mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 14:25:00 +00:00
Replace deprecated extends Controller by AbstractController
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Chill\EventBundle\Controller;
|
||||
|
||||
use ArrayIterator;
|
||||
use Chill\EventBundle\Entity\Event;
|
||||
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
|
||||
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
use Chill\EventBundle\Entity\Participation;
|
||||
@@ -36,7 +36,7 @@ use Symfony\Component\Form\Extension\Core\Type\CollectionType;
|
||||
* @package Chill\EventBundle\Controller
|
||||
* @author Julien Fastré <julien.fastre@champs-libres.coop>
|
||||
*/
|
||||
class ParticipationController extends Controller
|
||||
class ParticipationController extends AbstractController
|
||||
{
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user