From bddddf1970e93ca894cde66ab9739bfd695edbff Mon Sep 17 00:00:00 2001 From: Ramon Gutierrez Date: Tue, 4 Apr 2023 11:49:10 +0800 Subject: [PATCH] Fix missing dependency on warranty check #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 78c202d6..aea1d036 100644 --- a/src/Controller/CustomerAppAPI/WarrantyController.php +++ b/src/Controller/CustomerAppAPI/WarrantyController.php @@ -8,6 +8,7 @@ use Symfony\Contracts\Translation\TranslatorInterface; use Catalyst\ApiBundle\Component\Response as ApiResponse; use App\Entity\Warranty; +use App\Entity\WarrantySerial; use App\Service\WarrantyRaffleLogger; use App\Service\WarrantyAPILogger; use App\Service\RisingTideGateway;