Skip to content

Commit 6b49e47

Browse files
committed
Fixed wrong source path in SortableColumn asset bundle (fixes #12)
1 parent 5cb9cad commit 6b49e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/SortableColumnAsset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class SortableColumnAsset extends AssetBundle
99
/**
1010
* @inheritdoc
1111
*/
12-
public $sourcePath = '@vendor/arogachev/yii2-sortable/assets/src';
12+
public $sourcePath = '@vendor/arogachev/yii2-sortable/src/assets/src';
1313

1414
/**
1515
* @inheritdoc

0 commit comments

Comments
 (0)