Browse Source

fix conflicts

Taylor Otwell 7 years ago
parent
commit
6f6851946b
2 changed files with 3 additions and 0 deletions
  1. 1 0
      app/Exceptions/Handler.php
  2. 2 0
      config/app.php

+ 1 - 0
app/Exceptions/Handler.php

@@ -18,6 +18,7 @@ class Handler extends ExceptionHandler
         \Illuminate\Auth\Access\AuthorizationException::class,
         \Symfony\Component\HttpKernel\Exception\HttpException::class,
         \Illuminate\Database\Eloquent\ModelNotFoundException::class,
+        \Illuminate\Session\TokenMismatchException,
         \Illuminate\Validation\ValidationException::class,
     ];
 

+ 2 - 0
config/app.php

@@ -167,6 +167,8 @@ return [
          * Package Service Providers...
          */
 
+        //
+
         /*
          * Application Service Providers...
          */