Commit e0e41e9894ceb0dfe83b53c6f839cd9e858e2c8d

Authored by Yarik
1 parent c89c8efd

Memcache

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
common/config/main.php
... ... @@ -9,7 +9,7 @@ return [
9 9 ],
10 10 'components' => [
11 11 'cache' => [
12   - 'class' => 'yii\caching\DummyCache',
  12 + 'class' => 'yii\caching\MemCache',
13 13 'keyPrefix' => 'linija_'
14 14 ],
15 15 'sms' => [
... ...