mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-10 03:11:24 +00:00
apply rector rules: symfony **UP TO** 44
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Chill\MyBundle\Controller;
|
||||
|
||||
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
|
||||
|
||||
class example extends Controller
|
||||
class example extends \Symfony\Bundle\FrameworkBundle\Controller\AbstractController
|
||||
{
|
||||
public function yourAction()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user