diff --git a/config/app.php b/config/app.php index 54eac61..6fc335f 100644 --- a/config/app.php +++ b/config/app.php @@ -159,7 +159,7 @@ /* * Package Service Providers... */ - Barryvdh\Debugbar\ServiceProvider::class, + //Barryvdh\Debugbar\ServiceProvider::class, /* @@ -186,7 +186,7 @@ 'aliases' => Facade::defaultAliases()->merge([ // 'Example' => App\Facades\Example::class, - 'Debugbar' => Barryvdh\Debugbar\Facades\Debugbar::class, + //'Debugbar' => Barryvdh\Debugbar\Facades\Debugbar::class, ])->toArray(),