Completed
Push — symfony3-additional ( f443a4 )
by Kamil
18:14
created
src/Sylius/Component/Core/Model/ProductInterface.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Sylius\Component\Channel\Model\ChannelsAwareInterface;
15 15
 use Sylius\Component\Product\Model\ProductInterface as BaseProductInterface;
16 16
 use Sylius\Component\Review\Model\ReviewableInterface;
17
-use Sylius\Component\Shipping\Model\ShippingCategoryInterface;
18 17
 
19 18
 /**
20 19
  * @author Paweł Jędrzejewski <[email protected]>
Please login to merge, or discard this patch.
src/Sylius/Component/Core/Model/Product.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Sylius\Component\Channel\Model\ChannelsAwareInterface;
15 15
 use Sylius\Component\Product\Model\ProductInterface as BaseProductInterface;
16 16
 use Sylius\Component\Review\Model\ReviewableInterface;
17
-use Sylius\Component\Shipping\Model\ShippingCategoryInterface;
18 17
 
19 18
 /**
20 19
  * @author Paweł Jędrzejewski <[email protected]>
Please login to merge, or discard this patch.