From 68fe13de467e0efc3b9f0a722fbfbad919731062 Mon Sep 17 00:00:00 2001 From: Ramon Gutierrez Date: Wed, 12 Apr 2023 22:52:27 +0800 Subject: [PATCH] Add missing dependency for warranty #730 --- src/Controller/CustomerAppAPI/WarrantyController.php | 1 + 1 file changed, 1 insertion(+) 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;