Enable Laravel Debugbar by default
This commit is contained in:
parent
59fa83cd3e
commit
25e8acfe93
|
@ -19,7 +19,6 @@ class AppServiceProvider extends ServiceProvider
|
|||
{
|
||||
public function boot()
|
||||
{
|
||||
Debugbar::disable();
|
||||
Date::use(CarbonImmutable::class);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue