Change location of when $response->render() is called. Make memory cache storage array public.
This commit is contained in:
2
laravel/cache/drivers/memory.php
vendored
2
laravel/cache/drivers/memory.php
vendored
@@ -7,7 +7,7 @@ class Memory extends Driver {
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $storage = array();
|
||||
public $storage = array();
|
||||
|
||||
/**
|
||||
* Determine if an item exists in the cache.
|
||||
|
||||
Reference in New Issue
Block a user