Skip to content

Commit e68878c

Browse files
Merge branch '7.x'
2 parents 7ef62f3 + 6b11700 commit e68878c

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)