Commit a1aeeadf2aeb2ea9da17a663234c4c094193fcf9

Authored by Alexey Boroda
1 parent 4a98cdd2

-Mem cache ON

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' => [
... ...