Completed
Pull Request — master (#84)
by Łukasz
06:36
created
src/Controller/TaxonController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,10 +4,8 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.