Run symfonysetlist up to symfony_70

This commit is contained in:
2025-05-28 15:46:25 +02:00
parent abb786495a
commit 13a9e14450
128 changed files with 515 additions and 518 deletions

View File

@@ -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');