Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.

Commit 25b579a

Browse files
committed
asset path small fix
asset path small fix
1 parent 765f996 commit 25b579a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GeoCoderAsset.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
class GeoCoderAsset extends AssetBundle
2020
{
21-
public $sourcePath = '@vendor/2amigos/yii2-leaflet-geocoder-plugin/assets';
21+
public $sourcePath = '@vendor/2amigos/yii2-leaflet-geocoder-plugin/src/assets';
2222

2323
public $css = [
2424
'css/l.geocoder.css'

0 commit comments

Comments
 (0)