Browse Source

Merge branch 'develop' of http://git.caihongxingqiu.net/rainbow/config-service into develop

xielin 6 years ago
parent
commit
f079d966a8
1 changed files with 4 additions and 0 deletions
  1. 4 0
      bootstrap/app.php

+ 4 - 0
bootstrap/app.php

@@ -50,6 +50,10 @@ $app->singleton(
     App\Console\Kernel::class
 );
 
+$app->singleton(
+    \Dingo\Api\Exception\Handler::class
+);
+
 /*
 |--------------------------------------------------------------------------
 | Register Middleware