Skip to content

Commit

Permalink
fix remember
Browse files Browse the repository at this point in the history
  • Loading branch information
januabisconti committed Dec 20, 2024
1 parent 62439eb commit e49fd30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SuperCacheManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public function rememberWithTags($key, array $tags, \Closure $callback, ?int $tt

$value = $callback();

$this->putWithTags($finalKey, $value, $tags, $ttl, $connection_name);
$this->putWithTags($key, $value, $tags, $ttl, $connection_name);

return $value;
}
Expand Down

0 comments on commit e49fd30

Please sign in to comment.