Enable Laravel Debugbar by default

This commit is contained in:
Jonathan Reinink 2019-04-02 13:11:16 -04:00
parent 59fa83cd3e
commit 25e8acfe93
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ class AppServiceProvider extends ServiceProvider
{
public function boot()
{
Debugbar::disable();
Date::use(CarbonImmutable::class);
}