Bug fixes for acceptJobOrder. #311

This commit is contained in:
Korina Cordero 2020-01-31 07:55:26 +00:00
parent becd8d0c17
commit de4bf9f271
2 changed files with 10 additions and 0 deletions

View file

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

View file

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