Commit ec43d5dd authored by Taylor Otwell's avatar Taylor Otwell

Make item array public on APC cache driver.

parent bbc8b8f9
......@@ -7,7 +7,7 @@ class APC 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