Skip to content

Commit f729607

Browse files
Hyrrantaylorotwell
andauthored
feat: Added laravel:reverb:restart to CacheWatcher default ignore list (#1597)
* Added `laravel:reverb:restart` to CacheWatcher default ignore list * Update CacheWatcher.php --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
1 parent 5a8386e commit f729607

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Watchers/CacheWatcher.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ private function shouldIgnore($event)
150150
return Str::is(array_merge($this->options['ignore'] ?? [], [
151151
'illuminate:queue:restart',
152152
'framework/schedule*',
153+
'laravel:reverb:restart',
153154
'telescope:*',
154155
]), $event->key);
155156
}

0 commit comments

Comments
 (0)