@@ -2,13 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace AppBundle\Controller; |
| 4 | 4 | |
| 5 | -use AppBundle\Helper\AutomatedEditsHelper; |
|
| 6 | -use Exception; |
|
| 7 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
|
| 8 | 5 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
| 9 | -use Symfony\Component\HttpFoundation\Request; |
|
| 10 | 6 | use Symfony\Component\HttpFoundation\Response; |
| 11 | -use Symfony\Component\Debug\Exception\FatalErrorException; |
|
| 12 | 7 | use FOS\RestBundle\Controller\Annotations as Rest; |
| 13 | 8 | use FOS\RestBundle\Controller\FOSRestController; |
| 14 | 9 | use FOS\RestBundle\View\View; |
@@ -9,7 +9,6 @@ |
||
| 9 | 9 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
| 10 | 10 | use Symfony\Component\HttpFoundation\Request; |
| 11 | 11 | use Symfony\Component\HttpFoundation\Response; |
| 12 | -use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; |
|
| 13 | 12 | use DateTime; |
| 14 | 13 | use Xtools\ProjectRepository; |
| 15 | 14 | use Xtools\UserRepository; |