Commit 967428c4 authored by Taylor Otwell's avatar Taylor Otwell

Make items array public on File cache driver.

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