Bug fixes for acceptJobOrder. #311
This commit is contained in:
parent
becd8d0c17
commit
de4bf9f271
2 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue