Fix old dependency for customer endpoints on rider app api #730
This commit is contained in:
parent
0947b12e99
commit
f7f182e062
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@ use Doctrine\ORM\Query;
|
||||||
use Doctrine\ORM\EntityManagerInterface;
|
use Doctrine\ORM\EntityManagerInterface;
|
||||||
|
|
||||||
use Catalyst\ApiBundle\Controller\ApiController;
|
use Catalyst\ApiBundle\Controller\ApiController;
|
||||||
use Catalyst\ApiBundle\Response\APIResponse;
|
//use Catalyst\ApiBundle\Response\APIResponse;
|
||||||
|
use Catalyst\ApiBundle\Component\Response as APIResponse;
|
||||||
|
|
||||||
use App\Entity\Customer;
|
use App\Entity\Customer;
|
||||||
use App\Entity\CustomerVehicle;
|
use App\Entity\CustomerVehicle;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue