Skip to content

Commit c3047dc

Browse files
authored
FFWEB-2214: Add missing use statement to solve breaked feed export (#64)
* FFWEB-2214: Add missing use statement to solve breaked feed export
1 parent 1ed29e6 commit c3047dc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Export/Field/Price.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
namespace Omikron\FactFinder\Shopware6\Export\Field;
66

77
use Omikron\FactFinder\Shopware6\Export\Formatter\NumberFormatter;
8+
use Shopware\Core\Content\Product\SalesChannel\SalesChannelProductEntity as Product;
89
use Shopware\Core\Framework\DataAbstractionLayer\Entity;
910

1011
class Price implements FieldInterface

0 commit comments

Comments
 (0)