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