@@ -4,10 +4,8 @@ |
||
4 | 4 | |
5 | 5 | use FOS\RestBundle\View\View; |
6 | 6 | use FOS\RestBundle\View\ViewHandlerInterface; |
7 | -use Sylius\Component\Core\Model\ImageInterface; |
|
8 | 7 | use Sylius\Component\Core\Model\TaxonInterface; |
9 | 8 | use Sylius\Component\Taxonomy\Repository\TaxonRepositoryInterface; |
10 | -use Sylius\ShopApiPlugin\Factory\ImageViewFactoryInterface; |
|
11 | 9 | use Sylius\ShopApiPlugin\Factory\TaxonViewFactoryInterface; |
12 | 10 | use Sylius\ShopApiPlugin\View\TaxonView; |
13 | 11 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
@@ -5,8 +5,6 @@ |
||
5 | 5 | use Sylius\Component\Core\Model\OrderInterface; |
6 | 6 | use Sylius\Component\Core\Model\OrderItemInterface; |
7 | 7 | use Sylius\ShopApiPlugin\View\CartSummaryView; |
8 | -use Sylius\ShopApiPlugin\View\TotalsView; |
|
9 | -use Sylius\ShopApiPlugin\View\ItemView; |
|
10 | 8 | |
11 | 9 | final class CartViewFactory implements CartViewFactoryInterface |
12 | 10 | { |