Commit 82d5760a authored by Taylor Otwell's avatar Taylor Otwell

Make items array public on Memcached cache driver.

parent 967428c4
......@@ -7,7 +7,7 @@ class Memcached 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