mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
fixed show ad for map (Home Page)
This commit is contained in:
parent
6b6e8ba06e
commit
3970ea0015
@ -117,7 +117,7 @@ class AdvsModuleServiceProvider extends AddonServiceProvider
|
||||
'as' => 'adv_detail_seo',
|
||||
'uses' => 'Visiosoft\AdvsModule\Http\Controller\advsController@view'
|
||||
],
|
||||
'advs/map?country={country}&city={city}&district={districts}' => [
|
||||
'advs/map?country={country}&city[]={city}&district={districts}' => [
|
||||
'as' => 'visiosoft.module.advs::show_ad_map_location',
|
||||
'uses' => 'Visiosoft\AdvsModule\Http\Controller\advsController@map'
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user