Commit 29bc9ee4 authored by Micheal Mand's avatar Micheal Mand

Remove explicit registration of debugbar

Fixes #599
parent 5419c02a
......@@ -30,8 +30,5 @@ class AppServiceProvider extends ServiceProvider
*/
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