Commit 639da59c authored by john's avatar john

No commit message

No commit message
parent 17eedc3f
...@@ -60,13 +60,13 @@ return [ ...@@ -60,13 +60,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