We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6997acb commit b9b98b8Copy full SHA for b9b98b8
src/Traits/Caching.php
@@ -138,7 +138,7 @@ protected function checkCooldownAndRemoveIfExpired(Model $instance)
138
139
$instance
140
->cache()
141
- ->forget("{$cachePrefix}:{$modelClassName}-cooldown:invalidated-at");
+ ->forget("{$cachePrefix}:{$modelClassName}-cooldown:seconds");
142
143
144
->forget("{$cachePrefix}:{$modelClassName}-cooldown:invalidated-at");
0 commit comments