Browse Source

Update Kernel.php

Matt Hollis 5 years ago
parent
commit
0eb1a8f3bc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/Http/Kernel.php

+ 2 - 2
app/Http/Kernel.php

@@ -61,7 +61,7 @@ class Kernel extends HttpKernel
         'throttle' => \Illuminate\Routing\Middleware\ThrottleRequests::class,
         'verified' => \Illuminate\Auth\Middleware\EnsureEmailIsVerified::class,
     ];
-    
+
     /**
      * The priority-sorted list of middleware.
      *
@@ -69,7 +69,7 @@ class Kernel extends HttpKernel
      *
      * @var array
      */    
-        protected $middlewarePriority = [
+     protected $middlewarePriority = [
         \Illuminate\Session\Middleware\StartSession::class,
         \Illuminate\View\Middleware\ShareErrorsFromSession::class,
         \App\Http\Middleware\Authenticate::class,