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

Commit 765f996

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceBingAsset.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
class ServiceBingAsset 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 $js = [
2424
'js/l.control.geocoder.bing.js'

0 commit comments

Comments
 (0)