Browse Source

Fixes #1170

tags/2.0.0-beta
Qiang Xue 11 years ago
parent
commit
baaab4e09f
  1. 2
      framework/yii/caching/MemCache.php

2
framework/yii/caching/MemCache.php

@ -31,7 +31,7 @@ use yii\base\InvalidConfigException;
* [
* 'components' => [
* 'cache' => [
* 'class' => 'MemCache',
* 'class' => 'yii\caching\MemCache',
* 'servers' => [
* [
* 'host' => 'server1',

Loading…
Cancel
Save