Explorar o código

FD3-294 se quitaron algunos use

Guillermo Espinoza %!s(int64=7) %!d(string=hai) anos
pai
achega
41cab76565
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      src/FTTHBundle/Controller/REST/ProfileRESTController.php

+ 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;