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

Commit a53f100

Browse files
committed
asset path small fix
asset path small fix
1 parent f2d7b28 commit a53f100

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ServiceNominatimAsset.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
*/
1919
class ServiceNominatimAsset extends AssetBundle
2020
{
21-
public $sourcePath = '@vendor/2amigos/yii2-leaflet-geocoder-plugin/assets';
22-
21+
public $sourcePath = '@vendor/2amigos/yii2-leaflet-geocoder-plugin/src/assets';
22+
2323
public $js = [
2424
'js/l.control.geocoder.nominatim.js'
2525
];

0 commit comments

Comments
 (0)