Make items array public on File cache driver.

This commit is contained in:
Taylor Otwell 2011-07-08 06:40:20 -07:00
parent ec43d5dd03
commit 967428c441
1 changed files with 1 additions and 1 deletions

View File

@ -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.