Skip to content

Commit cf2644f

Browse files
Fixed typo
1 parent 6b11700 commit cf2644f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Facades/Auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ protected static function getFacadeAccessor()
5353
public static function routes(array $options = [])
5454
{
5555
if (! array_key_exists(UiServiceProvider::class, static::$app->getLoadedProviders())) {
56-
throw new RuntimeException('In order to use the Auth::routes() method, please install the laravel/ui package ');
56+
throw new RuntimeException('In order to use the Auth::routes() method, please install the laravel/ui package.');
5757
}
5858

5959
static::$app->make('router')->auth($options);

0 commit comments

Comments
 (0)