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

parent ed7d161d
......@@ -24,7 +24,7 @@
"c006/yii2-migration-utility": "~1.1.2",
"2amigos/yii2-date-picker-widget": "~1.0.5",
"kartik-v/dependent-dropdown": "~1.4.4",
"rmrevin/yii2-minify-view" : "2.0.0",
"mirocow/yii2-minify-view" : "1.2.1",
"kartik-v/yii2-widget-fileinput": "~1.0.4",
"nodge/yii2-eauth": "~2.4.1",
"xj/yii2-tagit-widget": "1.0.1",
......
......@@ -62,12 +62,10 @@ return [
],
'view' => [
'class' => 'rmrevin\yii\minify\View',
'basePath' => '@app/web',
'minifyPath' => '@app/web/minify',
'minifyCss' => true,
'minifyJs' => true,
'forceCharset' => 'UTF-8',
'expandImports' => true,
'base_path' => '@app/web',
'minify_path' => '@app/web/minify',
'force_charset' => 'UTF-8',
'expand_imports' => true,
],
'user' => [
'identityClass' => 'common\modules\users\models\User',
......@@ -122,7 +120,7 @@ return [
],
'assetManager'=>[
'linkAssets' => true,
'appendTimestamp' => true,
// 'appendTimestamp' => true,
'bundles' => [
'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