@@ -12,12 +12,9 @@ |
||
12 | 12 | namespace Sylius\Bundle\PromotionBundle\DependencyInjection; |
13 | 13 | |
14 | 14 | use Sylius\Bundle\ResourceBundle\DependencyInjection\Extension\AbstractResourceExtension; |
15 | -use Sylius\Component\Resource\Factory\Factory; |
|
16 | 15 | use Symfony\Component\Config\FileLocator; |
17 | 16 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
18 | -use Symfony\Component\DependencyInjection\Definition; |
|
19 | 17 | use Symfony\Component\DependencyInjection\Loader\XmlFileLoader; |
20 | -use Symfony\Component\DependencyInjection\Parameter; |
|
21 | 18 | use Symfony\Component\DependencyInjection\Reference; |
22 | 19 | |
23 | 20 | /** |
@@ -23,7 +23,6 @@ |
||
23 | 23 | use Sylius\Component\Core\Model\AdminUserInterface; |
24 | 24 | use Sylius\Component\Core\Model\CustomerInterface; |
25 | 25 | use Sylius\Component\Core\Model\OrderInterface; |
26 | -use Sylius\Component\Core\OrderPaymentStates; |
|
27 | 26 | use Webmozart\Assert\Assert; |
28 | 27 | |
29 | 28 | /** |