Commit b3c5aa8891d547ce54437327374f47b6b2b128d0
1 parent
d435bee2
Google ecommerce
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
common/config/main.php
... | ... | @@ -9,8 +9,8 @@ return [ |
9 | 9 | ], |
10 | 10 | 'components' => [ |
11 | 11 | 'cache' => [ |
12 | - 'class' => 'yii\caching\MemCache', | |
13 | - 'keyPrefix' => 'linija_' | |
12 | + 'class' => 'yii\caching\DummyCache', | |
13 | +// 'keyPrefix' => 'linija_' | |
14 | 14 | ], |
15 | 15 | 'sms' => [ |
16 | 16 | 'class' => 'common\components\SmsSender', | ... | ... |