Skip to content
This repository was archived by the owner on Apr 2, 2019. It is now read-only.

Commit ddf7b34

Browse files
Fix #2
1 parent e2de4cd commit ddf7b34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Mactronique/PhpCache/Service/PhpCache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function get($key, $driverName = null)
5151
*/
5252
public function set($key, $value, $ttl = null, $driverName = null)
5353
{
54-
return $this->getDriver($driverName)->set($key, $value, $ttl = null);
54+
return $this->getDriver($driverName)->set($key, $value, $ttl);
5555
}
5656

5757
/**

0 commit comments

Comments
 (0)