mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-04 12:29:43 +00:00
Run symfonysetlist up to symfony_70
This commit is contained in:
@@ -21,7 +21,7 @@ use Symfony\Component\Routing\Annotation\Route;
|
||||
*/
|
||||
class AdminController extends AbstractController
|
||||
{
|
||||
#[Route(path: '/{_locale}/admin/customfield/', name: 'customfield_section')]
|
||||
#[\Symfony\Component\Routing\Attribute\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