@@ -16,7 +16,6 @@ |
||
| 16 | 16 | use Sylius\Component\Channel\Model\ChannelInterface as BaseChannelInterface; |
| 17 | 17 | use Sylius\Component\Product\Model\Product as BaseProduct; |
| 18 | 18 | use Sylius\Component\Review\Model\ReviewInterface; |
| 19 | -use Sylius\Component\Shipping\Model\ShippingCategoryInterface; |
|
| 20 | 19 | use Sylius\Component\Taxonomy\Model\TaxonInterface as BaseTaxonInterface; |
| 21 | 20 | |
| 22 | 21 | /** |
@@ -12,9 +12,6 @@ |
||
| 12 | 12 | namespace Sylius\Bundle\TaxonomyBundle\DependencyInjection; |
| 13 | 13 | |
| 14 | 14 | use Sylius\Bundle\ResourceBundle\Controller\ResourceController; |
| 15 | -use Sylius\Bundle\ResourceBundle\Form\Type\ResourceFromIdentifierType; |
|
| 16 | -use Sylius\Bundle\ResourceBundle\Form\Type\ResourceToHiddenIdentifierType; |
|
| 17 | -use Sylius\Bundle\ResourceBundle\Form\Type\ResourceToIdentifierType; |
|
| 18 | 15 | use Sylius\Bundle\ResourceBundle\SyliusResourceBundle; |
| 19 | 16 | use Sylius\Bundle\TaxonomyBundle\Form\Type\TaxonTranslationType; |
| 20 | 17 | use Sylius\Bundle\TaxonomyBundle\Form\Type\TaxonType; |
@@ -13,7 +13,6 @@ |
||
| 13 | 13 | |
| 14 | 14 | use Sylius\Bundle\ResourceBundle\SyliusResourceBundle; |
| 15 | 15 | use Sylius\Bundle\UserBundle\Controller\UserController; |
| 16 | -use Sylius\Bundle\UserBundle\Form\Type\UserType; |
|
| 17 | 16 | use Sylius\Component\Resource\Factory\Factory; |
| 18 | 17 | use Sylius\Component\User\Model\User; |
| 19 | 18 | use Sylius\Component\User\Model\UserInterface; |
@@ -15,7 +15,6 @@ |
||
| 15 | 15 | use Behat\Mink\Driver\Selenium2Driver; |
| 16 | 16 | use Behat\Mink\Element\NodeElement; |
| 17 | 17 | use Behat\Mink\Exception\UnsupportedDriverActionException; |
| 18 | -use Sylius\Component\Core\Formatter\StringInflector; |
|
| 19 | 18 | use Symfony\Component\Security\Core\Exception\AuthenticationException; |
| 20 | 19 | |
| 21 | 20 | class WebContext extends DefaultContext |
@@ -11,12 +11,7 @@ |
||
| 11 | 11 | |
| 12 | 12 | namespace Sylius\Bundle\AttributeBundle\DependencyInjection; |
| 13 | 13 | |
| 14 | -use Sylius\Bundle\AttributeBundle\Controller\ProductAttributeController; |
|
| 15 | -use Sylius\Bundle\AttributeBundle\Form\Type\AttributeTranslationType; |
|
| 16 | -use Sylius\Bundle\AttributeBundle\Form\Type\AttributeType; |
|
| 17 | -use Sylius\Bundle\AttributeBundle\Form\Type\AttributeValueType; |
|
| 18 | 14 | use Sylius\Bundle\ResourceBundle\Controller\ResourceController; |
| 19 | -use Sylius\Bundle\ResourceBundle\Form\Type\ResourceChoiceType; |
|
| 20 | 15 | use Sylius\Bundle\ResourceBundle\SyliusResourceBundle; |
| 21 | 16 | use Sylius\Component\Attribute\Model\Attribute; |
| 22 | 17 | use Sylius\Component\Attribute\Model\AttributeInterface; |
@@ -13,10 +13,7 @@ |
||
| 13 | 13 | |
| 14 | 14 | use Sylius\Bundle\CustomerBundle\Form\Type\CustomerGroupType; |
| 15 | 15 | use Sylius\Bundle\ResourceBundle\Controller\ResourceController; |
| 16 | -use Sylius\Bundle\ResourceBundle\Form\Type\ResourceChoiceType; |
|
| 17 | 16 | use Sylius\Bundle\ResourceBundle\SyliusResourceBundle; |
| 18 | -use Sylius\Bundle\ResourceBundle\Form\Type\ResourceFromIdentifierType; |
|
| 19 | -use Sylius\Bundle\CustomerBundle\Form\Type\CustomerProfileType; |
|
| 20 | 17 | use Sylius\Bundle\CustomerBundle\Form\Type\CustomerType; |
| 21 | 18 | use Sylius\Component\Customer\Model\CustomerGroup; |
| 22 | 19 | use Sylius\Component\Resource\Factory\Factory; |
@@ -17,7 +17,6 @@ |
||
| 17 | 17 | use Sylius\Component\Resource\Metadata\MetadataInterface; |
| 18 | 18 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
| 19 | 19 | use Symfony\Component\DependencyInjection\Definition; |
| 20 | -use Symfony\Component\DependencyInjection\Parameter; |
|
| 21 | 20 | use Symfony\Component\DependencyInjection\Reference; |
| 22 | 21 | |
| 23 | 22 | /** |
@@ -13,11 +13,8 @@ |
||
| 13 | 13 | |
| 14 | 14 | use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand; |
| 15 | 15 | use Symfony\Component\Console\Helper\ProgressBar; |
| 16 | -use Symfony\Component\Console\Helper\QuestionHelper; |
|
| 17 | 16 | use Symfony\Component\Console\Input\InputInterface; |
| 18 | 17 | use Symfony\Component\Console\Output\OutputInterface; |
| 19 | -use Symfony\Component\Console\Question\Question; |
|
| 20 | -use Symfony\Component\Validator\ConstraintViolationList; |
|
| 21 | 18 | |
| 22 | 19 | abstract class AbstractInstallCommand extends ContainerAwareCommand |
| 23 | 20 | { |
@@ -16,7 +16,6 @@ |
||
| 16 | 16 | use Symfony\Component\Console\Input\InputInterface; |
| 17 | 17 | use Symfony\Component\Console\Output\OutputInterface; |
| 18 | 18 | use Symfony\Component\Console\Question\ConfirmationQuestion; |
| 19 | -use Symfony\Component\Console\Question\Question; |
|
| 20 | 19 | |
| 21 | 20 | final class InstallDatabaseCommand extends AbstractInstallCommand |
| 22 | 21 | { |