We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 335dc51 + 18de152 commit 835f85bCopy full SHA for 835f85b
DatePickerAsset.php
@@ -14,7 +14,7 @@ class DatePickerAsset extends \yii\web\AssetBundle
14
{
15
16
public $sourcePath = '@bower/bootstrap-datepicker';
17
- public $depends = ['yii\bootstrap\BootstrapAsset'];
+ public $depends = ['yii\bootstrap\BootstrapPluginAsset'];
18
public $css = ['css/datepicker3.css'];
19
public $js = ['js/bootstrap-datepicker.js'];
20
}
0 commit comments