Commit 60033e52 authored by Phill Sparks's avatar Phill Sparks

Fixed Cache\Drivers\Driver::remember

parent bbffa96c
......@@ -73,7 +73,7 @@ abstract class Driver {
* @param int $minutes
* @return mixed
*/
public function remember($key, $value, $minutes)
public function remember($key, $default, $minutes)
{
if ( ! is_null($item = $this->get($key, null))) return $item;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment