Skip to content

Commit 309371e

Browse files
authored
Update debugbar.php
1 parent 59f9682 commit 309371e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/debugbar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
],
259259
'events' => [
260260
'data' => env('DEBUGBAR_OPTIONS_EVENTS_DATA', false), // Collect events data, listeners
261-
'excluded' => [], // Example: ['eloquent.', 'composing', Illuminate\Cache\Events\CacheHit::class]
261+
'excluded' => [], // Example: ['eloquent.*', 'composing', Illuminate\Cache\Events\CacheHit::class]
262262
],
263263
'logs' => [
264264
'file' => env('DEBUGBAR_OPTIONS_LOGS_FILE', null),

0 commit comments

Comments
 (0)