From ffef8b70a3866afcf6481499c649d2f812456141 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Wed, 15 Jan 2025 11:22:38 +0100 Subject: [PATCH] work on syncing with remote calendar --- src/Bundle/ChillCalendarBundle/Controller/CalendarController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Bundle/ChillCalendarBundle/Controller/CalendarController.php b/src/Bundle/ChillCalendarBundle/Controller/CalendarController.php index fb16ad6d8..fb3022301 100644 --- a/src/Bundle/ChillCalendarBundle/Controller/CalendarController.php +++ b/src/Bundle/ChillCalendarBundle/Controller/CalendarController.php @@ -37,7 +37,6 @@ use Psr\Log\LoggerInterface; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\Form\Extension\Core\Type\SubmitType; use Symfony\Component\Form\Form; -use Symfony\Component\Form\FormFactoryInterface; use Symfony\Component\Form\FormInterface; use Symfony\Component\HttpFoundation\RedirectResponse; use Symfony\Component\HttpFoundation\Request;