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 7ef62f3 + 6b11700 commit e68878cCopy full SHA for e68878c
tests/Integration/Support/AuthFacadeTest.php
@@ -11,7 +11,7 @@ class AuthFacadeTest extends TestCase
11
public function testItFailsIfTheUiPackageIsMissing()
12
{
13
$this->expectExceptionObject(new RuntimeException(
14
- 'Please install the laravel/ui package in order to use the Auth::routes() method.'
+ 'In order to use the Auth::routes() method, please install the laravel/ui package.'
15
));
16
17
Auth::routes();
0 commit comments