From e0555d43e77d3686a5568d2bf5fb973c6535733c Mon Sep 17 00:00:00 2001 From: Elliot <37578863+elliotbruneel@users.noreply.github.com> Date: Tue, 18 Feb 2025 11:43:59 +0100 Subject: [PATCH] chore(doc): fix typo security route --- doc/dashboards.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dashboards.rst b/doc/dashboards.rst index eacebf5d0a..bca2ea6ede 100644 --- a/doc/dashboards.rst +++ b/doc/dashboards.rst @@ -1059,7 +1059,7 @@ applications can rely on its default values: class SecurityController extends AbstractController { - #[Route("/login", name="login")] + #[Route("/login", name:"login")] public function login(AuthenticationUtils $authenticationUtils): Response { $error = $authenticationUtils->getLastAuthenticationError();