caihongxingqiu il y a 6 ans
Parent
commit
125c94e86f
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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
+
 );
 
 /*