Skip to content

Commit a571339

Browse files
author
phpNT
authored
Update DistAsset.php
1 parent 37ac211 commit a571339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/DistAsset.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
class DistAsset extends AssetBundle
1414
{
15-
public $sourcePath = '@app/widgets/ImageLoad';
15+
public $sourcePath = '@vendor/phpnt/yii2-cropper';
1616

1717
public $css = [
1818
'css/crop.css'
@@ -21,4 +21,4 @@ class DistAsset extends AssetBundle
2121
public $images = [
2222
'images/'
2323
];
24-
}
24+
}

0 commit comments

Comments
 (0)