Alex Savenko
/
linija-svitla
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
a1aeeadf2aeb2ea9da17a663234c4c094193fcf9
Authored by
Alexey Boroda
2017-03-24 12:51:56 +0200
1 parent
4a98cdd2
-Mem cache ON
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
common/config/main.php
Inline
Side-by-side
common/config/main.php
Wrap text
Show/Hide comments
View file @
a1aeead
...
...
@@ -9,7 +9,7 @@ return [
9
9
],
10
10
'components' => [
11
11
'cache' => [
12
- 'class' => 'yii\caching\
Dummy
Cache',
12
+ 'class' => 'yii\caching\
Mem
Cache',
13
13
'keyPrefix' => 'linija_'
14
14
],
15
15
'sms' => [
...
...