fix: Do not use deprecated classes.

This commit is contained in:
Pol Dellaiera 2021-12-21 11:18:17 +01:00
parent beeb69c70d
commit b3823161af
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

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