Enable Laravel Debugbar by default
This commit is contained in:
parent
59fa83cd3e
commit
25e8acfe93
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ class AppServiceProvider extends ServiceProvider
|
|||
{
|
||||
public function boot()
|
||||
{
|
||||
Debugbar::disable();
|
||||
Date::use(CarbonImmutable::class);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue