Skip to content

Commit

Permalink
Merge pull request laravel#3733 from jcxm360/patch-1
Browse files Browse the repository at this point in the history
Update Kernel.php
  • Loading branch information
GrahamCampbell committed Apr 1, 2016
2 parents 933e6c6 + 0d8e71c commit 9fa63f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Kernel extends HttpKernel
protected $routeMiddleware = [
'auth' => \App\Http\Middleware\Authenticate::class,
'auth.basic' => \Illuminate\Auth\Middleware\AuthenticateWithBasicAuth::class,
'can' => \Illuminate\Foundation\Http\Middleware::class,
'can' => \Illuminate\Foundation\Http\Middleware\Authorize::class,
'guest' => \App\Http\Middleware\RedirectIfAuthenticated::class,
'throttle' => \Illuminate\Routing\Middleware\ThrottleRequests::class,
];
Expand Down

0 comments on commit 9fa63f8

Please sign in to comment.