Commit ab99aee0 authored by Shakarim Sapa's avatar Shakarim Sapa

- Проверяем зависимоти

parent 9cd7c3a7
...@@ -25,6 +25,7 @@ class WidgetAssetBundle extends AssetBundle ...@@ -25,6 +25,7 @@ class WidgetAssetBundle extends AssetBundle
]; ];
public $depends = [ public $depends = [
'yii\web\YiiAsset', 'yii\web\YiiAsset',
'yii\web\JqueryAsset',
'yii\bootstrap\BootstrapAsset', 'yii\bootstrap\BootstrapAsset',
]; ];
} }
...@@ -40,6 +40,7 @@ class AppAsset extends AssetBundle ...@@ -40,6 +40,7 @@ class AppAsset extends AssetBundle
]; ];
public $depends = [ public $depends = [
'yii\web\YiiAsset', 'yii\web\YiiAsset',
'yii\web\JqueryAsset',
'yii\bootstrap\BootstrapAsset', 'yii\bootstrap\BootstrapAsset',
'common\assets\JqueryCookieAsset', 'common\assets\JqueryCookieAsset',
]; ];
......
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