Skip to content

Commit e0ef809

Browse files
committed
Fixed a stupid bug...
1 parent 94bc867 commit e0ef809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PrefixedSimpleCache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public function set($key, $value, $ttl = null)
114114
{
115115
$this->prefixValue($key);
116116

117-
return $this->set($key, $value, $ttl);
117+
return $this->cache->set($key, $value, $ttl);
118118
}
119119

120120
/**

0 commit comments

Comments
 (0)