Skip to content

Commit

Permalink
Removed static Debugbar Entry
Browse files Browse the repository at this point in the history
Removed static debugbar entry, since `composer install --no-dev` kept breaking everything and the debugbar will work either way.
  • Loading branch information
HerrLevin authored Nov 3, 2020
1 parent 3ca0f3d commit 0e2f52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
* Package Service Providers...
*/
Laravel\Socialite\SocialiteServiceProvider::class,
Barryvdh\Debugbar\ServiceProvider::class,
//Barryvdh\Debugbar\ServiceProvider::class,
Jenssegers\Agent\AgentServiceProvider::class,

/*
Expand Down

0 comments on commit 0e2f52c

Please sign in to comment.