2654 - Важно - Не работет форма обратной саязи на сайте

parent ed7d161d
...@@ -62,12 +62,10 @@ return [ ...@@ -62,12 +62,10 @@ return [
], ],
'view' => [ 'view' => [
'class' => 'rmrevin\yii\minify\View', 'class' => 'rmrevin\yii\minify\View',
'basePath' => '@app/web', 'base_path' => '@app/web',
'minifyPath' => '@app/web/minify', 'minify_path' => '@app/web/minify',
'minifyCss' => true, 'force_charset' => 'UTF-8',
'minifyJs' => true, 'expand_imports' => true,
'forceCharset' => 'UTF-8',
'expandImports' => true,
], ],
'user' => [ 'user' => [
'identityClass' => 'common\modules\users\models\User', 'identityClass' => 'common\modules\users\models\User',
...@@ -122,7 +120,7 @@ return [ ...@@ -122,7 +120,7 @@ return [
], ],
'assetManager'=>[ 'assetManager'=>[
'linkAssets' => true, 'linkAssets' => true,
'appendTimestamp' => true, // 'appendTimestamp' => true,
'bundles' => [ 'bundles' => [
'yii\web\YiiAsset' => [ 'yii\web\YiiAsset' => [
], ],
......
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