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:
@@ -3,7 +3,7 @@
|
||||
namespace Chill\TaskBundle\Controller;
|
||||
|
||||
use Chill\PersonBundle\Privacy\PrivacyEvent;
|
||||
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
|
||||
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
|
||||
use Symfony\Component\Routing\Annotation\Route;
|
||||
use Doctrine\ORM\EntityManager;
|
||||
use Chill\PersonBundle\Entity\Person;
|
||||
@@ -29,8 +29,12 @@ use Chill\TaskBundle\Event\UI\UIEvent;
|
||||
use Chill\MainBundle\Repository\CenterRepository;
|
||||
use Chill\MainBundle\Timeline\TimelineBuilder;
|
||||
|
||||
|
||||
class SingleTaskController extends Controller
|
||||
/**
|
||||
* Class SingleTaskController
|
||||
*
|
||||
* @package Chill\TaskBundle\Controller
|
||||
*/
|
||||
class SingleTaskController extends AbstractController
|
||||
{
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user