mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-04 12:29:43 +00:00
Apply rector rules: symfony up to 54
This commit is contained in:
@@ -21,9 +21,7 @@ use Symfony\Component\Routing\Annotation\Route;
|
||||
*/
|
||||
class AdminController extends AbstractController
|
||||
{
|
||||
/**
|
||||
* @Route("/{_locale}/admin/customfield/", name="customfield_section")
|
||||
*/
|
||||
#[Route(path: '/{_locale}/admin/customfield/', name: 'customfield_section')]
|
||||
public function indexAction(): Response
|
||||
{
|
||||
return $this->render('@ChillCustomFields/Admin/layout.html.twig');
|
||||
|
Reference in New Issue
Block a user