Skip to content

Commit 6fd79bc

Browse files
committed
compatible with framework 5.*
1 parent d4928b7 commit 6fd79bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CacheBridge.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function get($key, $default = null)
3636

3737
public function set($key, $value, $ttl = null)
3838
{
39-
return $this->repository->set($key, $value, $this->toMinutes($ttl));
39+
return $this->repository->put($key, $value, $this->toMinutes($ttl));
4040
}
4141

4242
public function delete($key)

0 commit comments

Comments
 (0)