Skip to content

Commit 835f85b

Browse files
committed
Merge pull request #2 from ElisDN/depends
Fixed bootstrap depends
2 parents 335dc51 + 18de152 commit 835f85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DatePickerAsset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class DatePickerAsset extends \yii\web\AssetBundle
1414
{
1515

1616
public $sourcePath = '@bower/bootstrap-datepicker';
17-
public $depends = ['yii\bootstrap\BootstrapAsset'];
17+
public $depends = ['yii\bootstrap\BootstrapPluginAsset'];
1818
public $css = ['css/datepicker3.css'];
1919
public $js = ['js/bootstrap-datepicker.js'];
2020
}

0 commit comments

Comments
 (0)