diff --git a/frontend/assets/AppAsset.php b/frontend/assets/AppAsset.php index 03580a4..177872e 100755 --- a/frontend/assets/AppAsset.php +++ b/frontend/assets/AppAsset.php @@ -29,7 +29,8 @@ class AppAsset extends AssetBundle 'js/jquery.rating.js' ]; public $depends = [ - 'yii\web\YiiAsset' + 'yii\web\YiiAsset', + 'yii\bootstrap\BootstrapAsset', ]; public $jsOptions = array( 'position' => \yii\web\View::POS_HEAD -- libgit2 0.21.4