Commit 4c8a9208c1fa0bc29514e850ce677e5b58a75c8b

Authored by Timur Kastemirov
2 parents 27c5f6f5 e0e41e98

Merge remote-tracking branch 'origin/master'

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