Resolve "Transition branch for CMB and Resq merging" #1181

Merged
korina.cordero merged 258 commits from 329-transition-branch-for-cmb-and-resq-merging into master 2020-04-03 02:49:26 +00:00
2 changed files with 10 additions and 0 deletions
Showing only changes of commit de4bf9f271 - Show all commits

View file

@ -8,6 +8,8 @@ use Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface;
use App\Ramcar\CMBServiceType;
use App\Ramcar\CMBTradeInType;
use App\Ramcar\JOStatus;
use App\Ramcar\JOEventType;
use App\Service\RiderAPIHandlerInterface;
use App\Service\RedisClientProvider;
@ -16,6 +18,9 @@ use App\Service\RiderCache;
use App\Entity\RiderSession;
use App\Entity\Rider;
use App\Entity\User;
use App\Entity\JOEvent;
use DateTime;
class CMBRiderAPIHandler implements RiderAPIHandlerInterface
{

View file

@ -8,6 +8,8 @@ use Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface;
use App\Ramcar\ServiceType;
use App\Ramcar\TradeInType;
use App\Ramcar\JOStatus;
use App\Ramcar\JOEventType;
use App\Service\RiderAPIHandlerInterface;
use App\Service\RedisClientProvider;
@ -16,6 +18,9 @@ use App\Service\RiderCache;
use App\Entity\RiderSession;
use App\Entity\Rider;
use App\Entity\User;
use App\Entity\JOEvent;
use DateTime;
class ResqRiderAPIHandler implements RiderAPIHandlerInterface
{