mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
fix: Do not use deprecated classes.
This commit is contained in:
parent
beeb69c70d
commit
b3823161af
@ -14,7 +14,7 @@ namespace Chill\PersonBundle\Controller;
|
|||||||
use Chill\PersonBundle\Entity\AccompanyingPeriod;
|
use Chill\PersonBundle\Entity\AccompanyingPeriod;
|
||||||
use Chill\PersonBundle\Form\AccompanyingCourseCommentType;
|
use Chill\PersonBundle\Form\AccompanyingCourseCommentType;
|
||||||
use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter;
|
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\Extension\Core\Type\HiddenType;
|
||||||
use Symfony\Component\Form\FormInterface;
|
use Symfony\Component\Form\FormInterface;
|
||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
@ -23,7 +23,7 @@ use Symfony\Component\Routing\Annotation\Route;
|
|||||||
|
|
||||||
use function array_key_exists;
|
use function array_key_exists;
|
||||||
|
|
||||||
class AccompanyingCourseCommentController extends Controller
|
class AccompanyingCourseCommentController extends AbstractController
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Comments page of Accompanying Course section.
|
* Comments page of Accompanying Course section.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user