Resolve "New invoice service" #1669
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