Fix missing dependency on warranty check #730

This commit is contained in:
Ramon Gutierrez 2023-04-04 11:49:10 +08:00
parent 46104bc395
commit bddddf1970

View file

@ -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;