Browse Source

Update Kernel.php

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

+ 1 - 1
app/Http/Kernel.php

@@ -68,7 +68,7 @@ class Kernel extends HttpKernel
      * Forces the listed middleware to always be in the given order.
      *
      * @var array
-     */    
+     */
     protected $middlewarePriority = [
         \Illuminate\Session\Middleware\StartSession::class,
         \Illuminate\View\Middleware\ShareErrorsFromSession::class,