diff --git a/src/Controller/CustomerAppAPI/WarrantyController.php b/src/Controller/CustomerAppAPI/WarrantyController.php index 68d513de..ff1e9d81 100644 --- a/src/Controller/CustomerAppAPI/WarrantyController.php +++ b/src/Controller/CustomerAppAPI/WarrantyController.php @@ -10,6 +10,7 @@ use Catalyst\ApiBundle\Component\Response as ApiResponse; use App\Entity\Warranty; use App\Entity\WarrantySerial; use App\Entity\SAPBattery; +use App\Entity\CustomerVehicle; use App\Service\WarrantyRaffleLogger; use App\Service\WarrantyAPILogger; use App\Service\RisingTideGateway;