Skip to content

Commit

Permalink
Update ServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
neylsongularte committed Feb 12, 2016
1 parent 8b785d2 commit ab71e37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ public function boot()
$configPath = __DIR__ . '/../config/debugbar.php';
$this->publishes([$configPath => $this->getConfigPath()], 'config');

if ($app->runningInConsole()) {
$this->app['config']->set('debugbar.enabled', false);
}
//if ($app->runningInConsole()) {
// $this->app['config']->set('debugbar.enabled', false);
//}

$routeConfig = [
'namespace' => 'Barryvdh\Debugbar\Controllers',
Expand Down

0 comments on commit ab71e37

Please sign in to comment.