Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Mar 25, 2022
1 parent 9d6d3e4 commit 9b1f19c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config/telescope.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,12 @@

'watchers' => [
Watchers\BatchWatcher::class => env('TELESCOPE_BATCH_WATCHER', true),
Watchers\CacheWatcher::class => env('TELESCOPE_CACHE_WATCHER', true),

Watchers\CacheWatcher::class => [
'enabled' => env('TELESCOPE_CACHE_WATCHER', true),
'hidden' => [],
],

Watchers\ClientRequestWatcher::class => env('TELESCOPE_CLIENT_REQUEST_WATCHER', true),

Watchers\CommandWatcher::class => [
Expand Down

0 comments on commit 9b1f19c

Please sign in to comment.