@@ -27,8 +27,8 @@ |
||
27 | 27 | use Sylius\Bundle\ResourceBundle\Controller\RequestConfigurationFactoryInterface; |
28 | 28 | use Sylius\Bundle\ResourceBundle\Controller\ResourceDeleteHandlerInterface; |
29 | 29 | use Sylius\Bundle\ResourceBundle\Controller\ResourceFormFactoryInterface; |
30 | -use Sylius\Bundle\ResourceBundle\Controller\ResourcesCollectionProviderInterface; |
|
31 | 30 | use Sylius\Bundle\ResourceBundle\Controller\ResourceUpdateHandlerInterface; |
31 | +use Sylius\Bundle\ResourceBundle\Controller\ResourcesCollectionProviderInterface; |
|
32 | 32 | use Sylius\Bundle\ResourceBundle\Controller\SingleResourceProviderInterface; |
33 | 33 | use Sylius\Bundle\ResourceBundle\Controller\StateMachineInterface; |
34 | 34 | use Sylius\Bundle\ResourceBundle\Controller\ViewHandlerInterface; |
@@ -16,8 +16,8 @@ |
||
16 | 16 | use Doctrine\Common\Collections\Collection; |
17 | 17 | use Sylius\Component\Channel\Model\ChannelsAwareInterface; |
18 | 18 | use Sylius\Component\Product\Model\ProductInterface as BaseProductInterface; |
19 | -use Sylius\Component\Review\Model\ReviewableInterface; |
|
20 | 19 | use Sylius\Component\Review\Model\ReviewInterface; |
20 | +use Sylius\Component\Review\Model\ReviewableInterface; |
|
21 | 21 | |
22 | 22 | /** |
23 | 23 | * @author Paweł Jędrzejewski <[email protected]> |
@@ -14,7 +14,6 @@ |
||
14 | 14 | namespace Sylius\Bundle\CoreBundle\Collector; |
15 | 15 | |
16 | 16 | use Sylius\Bundle\CoreBundle\Application\Kernel; |
17 | -use Sylius\Component\Channel\Context\ChannelNotFoundException; |
|
18 | 17 | use Sylius\Component\Core\Context\ShopperContextInterface; |
19 | 18 | use Sylius\Component\Core\Model\ChannelInterface; |
20 | 19 | use Sylius\Component\Currency\Context\CurrencyNotFoundException; |
@@ -19,9 +19,9 @@ |
||
19 | 19 | use Symfony\Component\Console\Output\OutputInterface; |
20 | 20 | use Symfony\Component\Console\Question\Question; |
21 | 21 | use Symfony\Component\Console\Style\SymfonyStyle; |
22 | +use Symfony\Component\Validator\ConstraintViolationListInterface; |
|
22 | 23 | use Symfony\Component\Validator\Constraints\Email; |
23 | 24 | use Symfony\Component\Validator\Constraints\NotBlank; |
24 | -use Symfony\Component\Validator\ConstraintViolationListInterface; |
|
25 | 25 | use Webmozart\Assert\Assert; |
26 | 26 | |
27 | 27 | /** |