@@ -13,7 +13,6 @@ |
||
13 | 13 | |
14 | 14 | use Sylius\Component\Channel\Context\ChannelContextInterface; |
15 | 15 | use Sylius\Component\Channel\Context\ChannelNotFoundException; |
16 | -use Sylius\Component\Core\Model\OrderInterface; |
|
17 | 16 | use Sylius\Component\Core\Repository\OrderRepositoryInterface; |
18 | 17 | use Sylius\Component\Order\Context\CartContextInterface; |
19 | 18 | use Sylius\Component\Order\Context\CartNotFoundException; |
@@ -11,15 +11,12 @@ |
||
11 | 11 | |
12 | 12 | namespace Sylius\Bundle\ApiBundle\DependencyInjection; |
13 | 13 | |
14 | -use Sylius\Bundle\ApiBundle\Controller\TokenController; |
|
15 | 14 | use Sylius\Bundle\ResourceBundle\DependencyInjection\Extension\AbstractResourceExtension; |
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\Exception\ServiceNotFoundException; |
20 | 18 | use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface; |
21 | 19 | use Symfony\Component\DependencyInjection\Loader\XmlFileLoader; |
22 | -use Symfony\Component\DependencyInjection\Reference; |
|
23 | 20 | |
24 | 21 | /** |
25 | 22 | * @author Paweł Jędrzejewski <[email protected]> |
@@ -14,7 +14,7 @@ |
||
14 | 14 | use Sylius\Component\Core\Exception\MissingChannelConfigurationException; |
15 | 15 | use Sylius\Component\Core\Model\ShipmentInterface; |
16 | 16 | use Sylius\Component\Shipping\Calculator\CalculatorInterface; |
17 | -use Sylius\Component\Shipping\Model\ShipmentInterface as BaseShipmentInterface; |
|
17 | +use Sylius\Component\Shipping\Model\ShipmentInterface as BaseShipmentInterface; |
|
18 | 18 | use Webmozart\Assert\Assert; |
19 | 19 | |
20 | 20 | /** |