소스 검색

FD3-294 se quitaron algunos use

Guillermo Espinoza 7 년 전
부모
커밋
41cab76565
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  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;