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.
1 parent b0fb1ba commit 6b11700Copy full SHA for 6b11700
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