Commit 25e8acfe by Jonathan Reinink

Enable Laravel Debugbar by default

1 parent 59fa83cd
Showing with 0 additions and 1 deletions
...@@ -19,7 +19,6 @@ class AppServiceProvider extends ServiceProvider ...@@ -19,7 +19,6 @@ class AppServiceProvider extends ServiceProvider
{ {
public function boot() public function boot()
{ {
Debugbar::disable();
Date::use(CarbonImmutable::class); Date::use(CarbonImmutable::class);
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!