mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 21:34:59 +00:00
Replace deprecated extends Controller by AbstractController
This commit is contained in:
@@ -4,8 +4,8 @@ namespace Chill\MainBundle\Controller;
|
||||
|
||||
use Chill\MainBundle\Security\RoleProvider;
|
||||
use Chill\MainBundle\Templating\TranslatableStringHelper;
|
||||
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
|
||||
use Symfony\Component\Form\Extension\Core\Type\SubmitType;
|
||||
use Chill\MainBundle\Entity\RoleScope;
|
||||
use Chill\MainBundle\Entity\PermissionsGroup;
|
||||
@@ -17,10 +17,11 @@ use Chill\MainBundle\Form\Type\ComposedRoleScopeType;
|
||||
use Symfony\Contracts\Translation\TranslatorInterface;
|
||||
|
||||
/**
|
||||
* PermissionsGroup controller.
|
||||
* Class PermissionsGroupController
|
||||
*
|
||||
* @package Chill\MainBundle\Controller
|
||||
*/
|
||||
class PermissionsGroupController extends Controller
|
||||
class PermissionsGroupController extends AbstractController
|
||||
{
|
||||
/**
|
||||
* @var TranslatableStringHelper
|
||||
|
Reference in New Issue
Block a user