@@ -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 | /** |
@@ -22,7 +22,7 @@ |
||
22 | 22 | $this |
23 | 23 | ->add(new Requirement( |
24 | 24 | $translator->trans('sylius.installer.filesystem.vendors', []), |
25 | - is_dir($root.'/../vendor') |
|
25 | + is_dir($root . '/../vendor') |
|
26 | 26 | )) |
27 | 27 | ->add(new Requirement( |
28 | 28 | $translator->trans('sylius.installer.filesystem.cache.header', []), |