Skip to content

Commit

Permalink
use _our_ version of the middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor S. Parks committed Oct 24, 2016
1 parent 2690422 commit 196eba7
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 @@ -33,7 +33,7 @@ class Kernel extends HttpKernel
protected $routeMiddleware = [
'admin' => 'CachetHQ\Cachet\Http\Middleware\Admin',
'can' => 'Illuminate\Auth\Middleware\Authorize',
'auth' => 'Illuminate\Auth\Middleware\Authenticate',
'auth' => 'CachetHQ\Cachet\Http\Middleware\Authenticate',
'auth.api' => 'CachetHQ\Cachet\Http\Middleware\ApiAuthentication',
'guest' => 'CachetHQ\Cachet\Http\Middleware\RedirectIfAuthenticated',
'localize' => 'CachetHQ\Cachet\Http\Middleware\Localize',
Expand Down

0 comments on commit 196eba7

Please sign in to comment.