Commit fbd5a9ef authored by Taylor Otwell's avatar Taylor Otwell

Fix typo.

parent b8f3dd62
......@@ -15,7 +15,7 @@ class AppServiceProvider extends ServiceProvider {
'auth' => 'App\Http\Middleware\AuthMiddleware',
'auth.basic' => 'App\Http\Middleware\BasicAuthMiddleware',
'csrf' => 'App\Http\Middleware\CsrfMiddleware',
'guest' => 'App\Http\Middleware\GusetMiddleware',
'guest' => 'App\Http\Middleware\GuestMiddleware',
];
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment