wesmiler 5 lat temu
rodzic
commit
e9972d8276
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      config/autoload/exceptions.php

+ 1 - 1
config/autoload/exceptions.php

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