Ver Fonte

wesmiler

wesmiler há 5 anos atrás
pai
commit
91e9fd4335
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      config/autoload/exceptions.php

+ 1 - 0
config/autoload/exceptions.php

@@ -14,6 +14,7 @@ return [
         'http' => [
             Hyperf\HttpServer\Exception\Handler\HttpExceptionHandler::class,
             App\Exception\Handler\AppExceptionHandler::class,
+            App\Exception\Handler\TokenValidExceptionHandler::class,
         ],
     ],
 ];