Skip to content

Commit

Permalink
Merge pull request #27 from bilfeldt/patch-1
Browse files Browse the repository at this point in the history
Add separate environment variable for toolbar
  • Loading branch information
barryvdh authored Mar 10, 2020
2 parents 7b51222 + 4e7c304 commit 4f108dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/telescope-toolbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
| enabled and Laravel needs to be in Debug mode.
|
*/
'enabled' => env('TELESCOPE_ENABLED', true),
'enabled' => env('TELESCOPE_TOOLBAR_ENABLED', env('TELESCOPE_ENABLED', true)),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 4f108dc

Please sign in to comment.