Fix missing entity dependency for rider reviews #730
This commit is contained in:
parent
f2233d6680
commit
c2c4be8b7b
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ use Catalyst\ApiBundle\Component\Response as ApiResponse;
|
||||||
use App\Ramcar\JOStatus;
|
use App\Ramcar\JOStatus;
|
||||||
use App\Ramcar\APIRiderStatus;
|
use App\Ramcar\APIRiderStatus;
|
||||||
use App\Entity\RiderRating;
|
use App\Entity\RiderRating;
|
||||||
|
use App\Entity\JobOrder;
|
||||||
use App\Service\RiderTracker;
|
use App\Service\RiderTracker;
|
||||||
|
|
||||||
use Exception;
|
use Exception;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue