mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-21 00:54:53 +08:00
Fixes #1170
This commit is contained in:
@@ -31,7 +31,7 @@ use yii\base\InvalidConfigException;
|
||||
* [
|
||||
* 'components' => [
|
||||
* 'cache' => [
|
||||
* 'class' => 'MemCache',
|
||||
* 'class' => 'yii\caching\MemCache',
|
||||
* 'servers' => [
|
||||
* [
|
||||
* 'host' => 'server1',
|
||||
|
||||
Reference in New Issue
Block a user