Completed
Pull Request — dev (#26)
by nonanerz
04:24
created
src/AppBundle/Controller/CalendarController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -8,10 +8,8 @@
 block discarded – undo
8 8
 use AppBundle\Form\EventType;
9 9
 use Mcfedr\JsonFormBundle\Controller\JsonController;
10 10
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
11
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\Security;
12 11
 use Symfony\Component\HttpFoundation\JsonResponse;
13 12
 use Symfony\Component\HttpFoundation\Request;
14
-use Symfony\Component\HttpFoundation\Response;
15 13
 use Symfony\Component\Routing\Annotation\Route;
16 14
 
17 15
 class CalendarController extends JsonController
Please login to merge, or discard this patch.