Remove default value from cache driver interface.
This commit is contained in:
parent
aaae1acb34
commit
3eeb69d1bf
|
@ -14,10 +14,9 @@ public function has($key);
|
|||
* Get an item from the cache.
|
||||
*
|
||||
* @param string $key
|
||||
* @param mixed $default
|
||||
* @return mixed
|
||||
*/
|
||||
public function get($key, $default = null);
|
||||
public function get($key);
|
||||
|
||||
/**
|
||||
* Write an item to the cache.
|
||||
|
|
Loading…
Reference in New Issue