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