From 8ce5d1022155cf79ccbd377414bd983f05bbf223 Mon Sep 17 00:00:00 2001 From: Alexey Samoylov Date: Tue, 13 Sep 2016 12:03:34 +0700 Subject: [PATCH] added bootstrap plugin asset to frontend --- frontend/assets/AppAsset.php | 1 + 1 file changed, 1 insertion(+) 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', ]; }