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