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 d4928b7 commit 6fd79bcCopy full SHA for 6fd79bc
src/CacheBridge.php
@@ -36,7 +36,7 @@ public function get($key, $default = null)
36
37
public function set($key, $value, $ttl = null)
38
{
39
- return $this->repository->set($key, $value, $this->toMinutes($ttl));
+ return $this->repository->put($key, $value, $this->toMinutes($ttl));
40
}
41
42
public function delete($key)
0 commit comments