From c453739b7562a2bc1d8479792747a32871af686a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Hlav=C3=A1=C4=8Dek?= Date: Fri, 15 Nov 2024 09:26:11 +0100 Subject: [PATCH] Add missing use --- classes/Validate.php | 1 + 1 file changed, 1 insertion(+) diff --git a/classes/Validate.php b/classes/Validate.php index 5a63933859d66..5318fb122e236 100644 --- a/classes/Validate.php +++ b/classes/Validate.php @@ -30,6 +30,7 @@ use PrestaShop\PrestaShop\Core\ConstraintValidator\Factory\CustomerNameValidatorFactory; use PrestaShop\PrestaShop\Core\Domain\Currency\ValueObject\NumericIsoCode; use PrestaShop\PrestaShop\Core\Domain\Customer\ValueObject\ApeCode; +use PrestaShop\PrestaShop\Core\Domain\Product\ValueObject\Ean13; use PrestaShop\PrestaShop\Core\Domain\Product\ValueObject\Gtin; use PrestaShop\PrestaShop\Core\Domain\Product\ValueObject\Isbn; use PrestaShop\PrestaShop\Core\Email\CyrillicCharactersInEmailValidation;