diff --git a/frontend/assets/AppAsset.php b/frontend/assets/AppAsset.php index d0a08af..2b08d48 100644 --- a/frontend/assets/AppAsset.php +++ b/frontend/assets/AppAsset.php @@ -25,6 +25,7 @@ class AppAsset extends AssetBundle public $depends = [ 'yii\web\YiiAsset', 'yii\bootstrap\BootstrapAsset', + 'yii\bootstrap\BootstrapPluginAsset', 'yarcode\fa\FontAwesomeBundle', ]; }