Commit 08c6996d authored by Nathaniel Blackburn's avatar Nathaniel Blackburn

Update RouteServiceProvider.php

Removed the CSRF provider as it is specified in the Kernel.
parent 68009bb9
......@@ -24,7 +24,6 @@ class RouteServiceProvider extends ServiceProvider {
protected $middleware = [
'auth' => 'App\Http\Middleware\Authenticated',
'auth.basic' => 'App\Http\Middleware\AuthenticatedWithBasicAuth',
'csrf' => 'App\Http\Middleware\VerifyCsrfToken',
'guest' => 'App\Http\Middleware\IsGuest',
];
......
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