Skip to content

Commit

Permalink
work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
januabisconti committed Nov 26, 2024
1 parent 9966da5 commit 2624298
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 @@ -125,7 +125,7 @@ public function rememberWithTags($key, array $tags, \Closure $callback, ?int $tt
$value = $callback();

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

return $value;
}
Expand Down

0 comments on commit 2624298

Please sign in to comment.