diff --git a/src/ServiceProvider.php b/src/ServiceProvider.php index 24c815e4..374f0b71 100644 --- a/src/ServiceProvider.php +++ b/src/ServiceProvider.php @@ -64,7 +64,7 @@ public function boot() $this->publishes([$configPath => $this->getConfigPath()], 'config'); if ($app->runningInConsole()) { - $this->app['config']->set('debugbar.enabled', false); + return; } $routeConfig = [