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 e68878c + cf2644f commit 3076a81Copy full SHA for 3076a81
src/Illuminate/Support/Facades/Auth.php
@@ -53,7 +53,7 @@ protected static function getFacadeAccessor()
53
public static function routes(array $options = [])
54
{
55
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 ');
+ throw new RuntimeException('In order to use the Auth::routes() method, please install the laravel/ui package.');
57
}
58
59
static::$app->make('router')->auth($options);
0 commit comments