diff --git a/system/cache/driver.php b/system/cache/driver.php index 0c9fb375..69a93289 100644 --- a/system/cache/driver.php +++ b/system/cache/driver.php @@ -14,10 +14,9 @@ interface Driver { * 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.