From a1aeeadf2aeb2ea9da17a663234c4c094193fcf9 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 24 Mar 2017 12:51:56 +0200 Subject: [PATCH] -Mem cache ON --- common/config/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/config/main.php b/common/config/main.php index d967c04..0b034e2 100755 --- a/common/config/main.php +++ b/common/config/main.php @@ -9,7 +9,7 @@ return [ ], 'components' => [ 'cache' => [ - 'class' => 'yii\caching\DummyCache', + 'class' => 'yii\caching\MemCache', 'keyPrefix' => 'linija_' ], 'sms' => [ -- libgit2 0.21.4