We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 338e453 + 4ab3530 commit 3a4e9a2Copy full SHA for 3a4e9a2
src/TestCase.php
@@ -54,7 +54,7 @@ protected function driver()
54
*/
55
protected function baseUrl()
56
{
57
- return config('app.url');
+ return rtrim(config('app.url'), '/');
58
}
59
60
/**
0 commit comments