mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 06:14:59 +00:00
Replace deprecated extends Controller by AbstractController
This commit is contained in:
@@ -20,15 +20,15 @@
|
||||
|
||||
namespace Chill\EventBundle\Controller;
|
||||
|
||||
|
||||
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
|
||||
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
|
||||
|
||||
/**
|
||||
* Controller for the event configuration section (in
|
||||
* the admin)
|
||||
* Class AdminController
|
||||
* Controller for the event configuration section (in admin section)
|
||||
*
|
||||
* @package Chill\EventBundle\Controller
|
||||
*/
|
||||
class AdminController extends Controller
|
||||
class AdminController extends AbstractController
|
||||
{
|
||||
public function indexAction()
|
||||
{
|
||||
|
Reference in New Issue
Block a user