Skip to content

Commit 01c2926

Browse files
author
Igor Chepurnoy
committed
Update EditableDatePickerAsset.php
1 parent c61335c commit 01c2926

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bundles/EditableDatePickerAsset.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111
class EditableDatePickerAsset extends AssetBundle
1212
{
13-
public $sourcePath = '@vendor/yii2mod/yii2-editable-column/assets/datepicker';
13+
public $sourcePath = '@vendor/yii2mod/yii2-editable/assets/datepicker';
1414

1515
public $css = [
1616
'vendor/css/datepicker3.css'
@@ -25,4 +25,4 @@ class EditableDatePickerAsset extends AssetBundle
2525
'yii2mod\editable\bundles\EditableBootstrapAsset'
2626
];
2727

28-
}
28+
}

0 commit comments

Comments
 (0)