Make items array public on File cache driver.
This commit is contained in:
2
system/cache/driver/file.php
vendored
2
system/cache/driver/file.php
vendored
@@ -7,7 +7,7 @@ class File implements \System\Cache\Driver {
|
|||||||
*
|
*
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
private $items = array();
|
public $items = array();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Determine if an item exists in the cache.
|
* Determine if an item exists in the cache.
|
||||||
|
|||||||
Reference in New Issue
Block a user