Unverified Commit c9543041 authored by Nicolas Widart's avatar Nicolas Widart Committed by GitHub

Merge pull request #600 from mikemand/hotfix/fix-#599

Remove explicit registration of debugbar
parents 7b190dcc 29bc9ee4
...@@ -30,8 +30,5 @@ class AppServiceProvider extends ServiceProvider ...@@ -30,8 +30,5 @@ class AppServiceProvider extends ServiceProvider
*/ */
public function register() public function register()
{ {
if ($this->app->environment() === 'local') {
$this->app->register('\Barryvdh\Debugbar\ServiceProvider');
}
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment