wesmiler před 5 roky
rodič
revize
e9972d8276
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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,
         ],
     ],