Run symfonysetlist up to symfony_70

This commit is contained in:
2025-05-28 15:46:25 +02:00
parent 220110a403
commit 382f20c6ad
128 changed files with 515 additions and 518 deletions

View File

@@ -34,7 +34,7 @@ class LoginController extends AbstractController
/**
* Show a login form.
*/
#[\Symfony\Component\Routing\Annotation\Route(path: '/login', name: 'login')]
#[\Symfony\Component\Routing\Attribute\Route(path: '/login', name: 'login')]
public function loginAction(Request $request): Response
{
return $this->render('@ChillMain/Login/login.html.twig', [