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.
2 parents e70754a + b9b98b8 commit 29a90d3Copy full SHA for 29a90d3
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