Fix old dependency for customer endpoints on rider app api #730

This commit is contained in:
Ramon Gutierrez 2023-02-16 05:56:24 +08:00
parent 0947b12e99
commit f7f182e062

View file

@ -9,7 +9,8 @@ use Doctrine\ORM\Query;
use Doctrine\ORM\EntityManagerInterface;
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\CustomerVehicle;