Change location of when $response->render() is called. Make memory cache storage array public.

This commit is contained in:
Taylor Otwell
2012-04-27 13:30:03 -05:00
parent b0fd803297
commit e9bcbeac8f
2 changed files with 17 additions and 17 deletions

View File

@@ -7,7 +7,7 @@ class Memory extends Driver {
*
* @var string
*/
protected $storage = array();
public $storage = array();
/**
* Determine if an item exists in the cache.