Skip to content

Commit 4a84f8b

Browse files
author
Igor Chepurnoy
committed
Update EditableDateTimePickerAsset.php
1 parent 01c2926 commit 4a84f8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bundles/EditableDateTimePickerAsset.php

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

1515
public $depends = [
1616
'yii2mod\editable\bundles\EditableBootstrapAsset'
@@ -24,4 +24,4 @@ public function init()
2424
parent::init();
2525
}
2626

27-
}
27+
}

0 commit comments

Comments
 (0)