Skip to content

Commit 0d1715e

Browse files
committed
Move FoundProduct into Product namespace
1 parent ded06b3 commit 0d1715e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ApiPlatform/Resources/FoundProduct.php renamed to src/ApiPlatform/Resources/Product/FoundProduct.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
declare(strict_types=1);
2222

23-
namespace PrestaShop\Module\APIResources\ApiPlatform\Resources;
23+
namespace PrestaShop\Module\APIResources\ApiPlatform\Resources\Product;
2424

2525
use ApiPlatform\Metadata\ApiProperty;
2626
use ApiPlatform\Metadata\ApiResource;

0 commit comments

Comments
 (0)