Fix wiring for resq rider api handler. #329

This commit is contained in:
Korina Cordero 2020-02-12 06:34:03 +00:00
parent f354631dfa
commit 29be1e9493

View file

@ -191,7 +191,7 @@ services:
$country_code: "%env(COUNTRY_CODE)%"
# rider API interface
App\Service\RiderAPIHandlerInterface: "@App\\Service\\RiderAPIHandler\\CMBRiderAPIHandler"
App\Service\RiderAPIHandlerInterface: "@App\\Service\\RiderAPIHandler\\ResqRiderAPIHandler"
# map manager
#App\Service\GISManager\Bing: ~