mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-20 06:08:08 +01:00
merge from yiisoft/yii2
This commit is contained in:
@@ -24,7 +24,7 @@ namespace yii\caching;
|
||||
*/
|
||||
class ArrayCache extends Cache
|
||||
{
|
||||
private $_cache;
|
||||
private $_cache = [];
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user