Commit cd3dad5c1ba52ecc173fd40540d1d75b2f5d3c6b
Merge remote-tracking branch 'origin/master'
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
frontend/assets/AppAsset.php
... | ... | @@ -29,7 +29,8 @@ class AppAsset extends AssetBundle |
29 | 29 | 'js/jquery.rating.js' |
30 | 30 | ]; |
31 | 31 | public $depends = [ |
32 | - 'yii\web\YiiAsset' | |
32 | + 'yii\web\YiiAsset', | |
33 | + 'yii\bootstrap\BootstrapAsset', | |
33 | 34 | ]; |
34 | 35 | public $jsOptions = array( |
35 | 36 | 'position' => \yii\web\View::POS_HEAD | ... | ... |