Przeglądaj źródła

FD3-294 se quitaron algunos use

Guillermo Espinoza 7 lat temu
rodzic
commit
41cab76565

+ 0 - 4
src/FTTHBundle/Controller/REST/ProfileRESTController.php

@@ -2,15 +2,11 @@
 
 namespace FTTHBundle\Controller\REST;
 
-use FTTHBundle\Entity\ONU;
-use FTTHBundle\Form\ONUType;
 use FOS\RestBundle\Controller\Annotations\RouteResource;
 use FOS\RestBundle\Controller\Annotations\View;
-use FOS\RestBundle\Util\Codes;
 use FOS\RestBundle\View\View as FOSView;
 use FTTHBundle\Form\ProfileType;
 use Symfony\Component\HttpFoundation\Request;
-use Symfony\Component\HttpFoundation\Response;
 use WebserviceBundle\Controller\RESTController;
 use FOS\RestBundle\Controller\Annotations as Rest;