Commit 5c5b2ba6 authored by john's avatar john

Merge branch 't_3031'

js
parents ee0d1dbf 067f3b97
...@@ -58,13 +58,13 @@ return [ ...@@ -58,13 +58,13 @@ return [
'cache' => [ 'cache' => [
'class' => 'yii\caching\FileCache', 'class' => 'yii\caching\FileCache',
], ],
'view' => [ // 'view' => [
'class' => 'rmrevin\yii\minify\View', // 'class' => 'rmrevin\yii\minify\View',
'base_path' => '@app/web', // 'base_path' => '@app/web',
'minify_path' => '@app/web/minify', // 'minify_path' => '@app/web/minify',
'force_charset' => 'UTF-8', // 'force_charset' => 'UTF-8',
'expand_imports' => true, // 'expand_imports' => true,
], // ],
'user' => [ 'user' => [
'identityClass' => 'common\modules\users\models\User', 'identityClass' => 'common\modules\users\models\User',
'identityCookie' => [ 'identityCookie' => [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment