Fix wiring for resq rider api handler. #329
This commit is contained in:
parent
f354631dfa
commit
29be1e9493
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ services:
|
||||||
$country_code: "%env(COUNTRY_CODE)%"
|
$country_code: "%env(COUNTRY_CODE)%"
|
||||||
|
|
||||||
# rider API interface
|
# rider API interface
|
||||||
App\Service\RiderAPIHandlerInterface: "@App\\Service\\RiderAPIHandler\\CMBRiderAPIHandler"
|
App\Service\RiderAPIHandlerInterface: "@App\\Service\\RiderAPIHandler\\ResqRiderAPIHandler"
|
||||||
|
|
||||||
# map manager
|
# map manager
|
||||||
#App\Service\GISManager\Bing: ~
|
#App\Service\GISManager\Bing: ~
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue