wesmiler 5 år sedan
förälder
incheckning
e9972d8276
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      config/autoload/exceptions.php

+ 1 - 1
config/autoload/exceptions.php

@@ -13,7 +13,7 @@ return [
     'handler' => [
         'http' => [
             Hyperf\HttpServer\Exception\Handler\HttpExceptionHandler::class,
-            App\Exception\Handler\AppExceptionHandler::class,
+//            App\Exception\Handler\AppExceptionHandler::class,
             App\Exception\Handler\TokenValidExceptionHandler::class,
         ],
     ],