Applied fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
Graham Campbell
2016-10-19 07:54:08 +00:00
committed by StyleCI Bot
parent 2dcccfca6f
commit 278a7b7b36
7 changed files with 67 additions and 49 deletions

View File

@@ -53,8 +53,8 @@ class Kernel extends HttpKernel
*/
protected $routeMiddleware = [
'admin' => 'CachetHQ\Cachet\Http\Middleware\Admin',
'bindings' => \Illuminate\Routing\Middleware\SubstituteBindings::class,
'can' => \Illuminate\Auth\Middleware\Authorize::class,
'bindings' => \Illuminate\Routing\Middleware\SubstituteBindings::class,
'can' => \Illuminate\Auth\Middleware\Authorize::class,
'auth.api' => 'CachetHQ\Cachet\Http\Middleware\ApiAuthentication',
'guest' => 'CachetHQ\Cachet\Http\Middleware\RedirectIfAuthenticated',
'localize' => 'CachetHQ\Cachet\Http\Middleware\Localize',