diff --git a/src/ApiPlatform/Resources/FoundProduct.php b/src/ApiPlatform/Resources/Product/FoundProduct.php similarity index 97% rename from src/ApiPlatform/Resources/FoundProduct.php rename to src/ApiPlatform/Resources/Product/FoundProduct.php index d13c5d3..bf6f4be 100644 --- a/src/ApiPlatform/Resources/FoundProduct.php +++ b/src/ApiPlatform/Resources/Product/FoundProduct.php @@ -20,7 +20,7 @@ declare(strict_types=1); -namespace PrestaShop\Module\APIResources\ApiPlatform\Resources; +namespace PrestaShop\Module\APIResources\ApiPlatform\Resources\Product; use ApiPlatform\Metadata\ApiProperty; use ApiPlatform\Metadata\ApiResource;