diff --git a/system/cache/driver/file.php b/system/cache/driver/file.php index f76522b5..27c6a5f1 100644 --- a/system/cache/driver/file.php +++ b/system/cache/driver/file.php @@ -7,7 +7,7 @@ class File implements \System\Cache\Driver { * * @var array */ - private $items = array(); + public $items = array(); /** * Determine if an item exists in the cache.