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
e0e41e9894ceb0dfe83b53c6f839cd9e858e2c8d
Authored by
Yarik
2017-06-26 11:39:19 +0300
1 parent
c89c8efd
Memcache
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 @
e0e41e9
...
...
@@ -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' => [
...
...