@@ -14,7 +14,6 @@ |
||
14 | 14 | use Sylius\Bundle\CoreBundle\Fixture\OptionsResolver\LazyOption; |
15 | 15 | use Sylius\Component\Attribute\AttributeType\SelectAttributeType; |
16 | 16 | use Sylius\Component\Core\Formatter\StringInflector; |
17 | -use Sylius\Component\Core\Model\ChannelInterface; |
|
18 | 17 | use Sylius\Component\Core\Model\ChannelPricingInterface; |
19 | 18 | use Sylius\Component\Core\Model\ImageInterface; |
20 | 19 | use Sylius\Component\Core\Model\ProductInterface; |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Sylius\Component\Core\Model; |
4 | 4 | |
5 | -use Sylius\Component\Channel\Model\ChannelAwareInterface; |
|
6 | 5 | use Sylius\Component\Resource\Model\ResourceInterface; |
7 | 6 | |
8 | 7 | /** |