* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2015 * @version 1.7.7 */ namespace kartik\base; /** * Base asset bundle for Krajee extensions (including bootstrap plugins) * * @author Kartik Visweswaran * @since 1.6.0 */ class PluginAssetBundle extends AssetBundle { /** * @inheritdoc */ public $depends = [ 'yii\web\YiiAsset', 'yii\bootstrap\BootstrapAsset', 'yii\bootstrap\BootstrapPluginAsset' ]; }