caihongxingqiu hace 6 años
padre
commit
125c94e86f
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      bootstrap/app.php

+ 2 - 0
bootstrap/app.php

@@ -51,7 +51,9 @@ $app->singleton(
 );
 
 $app->singleton(
+    \Dingo\Api\Contract\Debug\ExceptionHandler::class,
     \Dingo\Api\Exception\Handler::class
+
 );
 
 /*