From b3823161afe81bc92385b6714ac59d5cada210c3 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Tue, 21 Dec 2021 11:18:17 +0100 Subject: [PATCH] fix: Do not use deprecated classes. --- .../Controller/AccompanyingCourseCommentController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseCommentController.php b/src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseCommentController.php index 9b9c98bcf..cd103fd99 100644 --- a/src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseCommentController.php +++ b/src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseCommentController.php @@ -14,7 +14,7 @@ namespace Chill\PersonBundle\Controller; use Chill\PersonBundle\Entity\AccompanyingPeriod; use Chill\PersonBundle\Form\AccompanyingCourseCommentType; use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter; -use Symfony\Bundle\FrameworkBundle\Controller\Controller; +use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\Form\Extension\Core\Type\HiddenType; use Symfony\Component\Form\FormInterface; use Symfony\Component\HttpFoundation\Request; @@ -23,7 +23,7 @@ use Symfony\Component\Routing\Annotation\Route; use function array_key_exists; -class AccompanyingCourseCommentController extends Controller +class AccompanyingCourseCommentController extends AbstractController { /** * Comments page of Accompanying Course section.