Skip to content

Commit 6b11700

Browse files
Update AuthFacadeTest.php
1 parent b0fb1ba commit 6b11700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/Support/AuthFacadeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class AuthFacadeTest extends TestCase
1111
public function testItFailsIfTheUiPackageIsMissing()
1212
{
1313
$this->expectExceptionObject(new RuntimeException(
14-
'Please install the laravel/ui package in order to use the Auth::routes() method.'
14+
'In order to use the Auth::routes() method, please install the laravel/ui package.'
1515
));
1616

1717
Auth::routes();

0 commit comments

Comments
 (0)