Skip to content

Commit

Permalink
Added reverb to default vendor cache keys (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
phlawlessDevelopment authored May 3, 2024
1 parent 6949dd5 commit 24c71bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Pulse.php
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,7 @@ public static function defaultVendorCacheKeys(): array
'/^[a-zA-Z0-9]{40}$/', // Session IDs...
'/^illuminate:/', // Laravel keys...
'/^laravel:pulse:/', // Pulse keys...
'/^laravel:reverb:/', // Reverb keys...
'/^nova/', // Nova keys...
'/^telescope:/', // Telescope keys...
];
Expand Down

0 comments on commit 24c71bf

Please sign in to comment.