Skip to content

Commit e128cf7

Browse files
committed
minor #6823 chore(doc): fix typo route attribute (elliotbruneel)
This PR was merged into the 4.x branch. Discussion ---------- chore(doc): fix typo route attribute Fix typo route attribute Commits ------- e0555d4 chore(doc): fix typo security route
2 parents da8f4e2 + e0555d4 commit e128cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/dashboards.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,7 @@ applications can rely on its default values:
10591059
10601060
class SecurityController extends AbstractController
10611061
{
1062-
#[Route("/login", name="login")]
1062+
#[Route("/login", name:"login")]
10631063
public function login(AuthenticationUtils $authenticationUtils): Response
10641064
{
10651065
$error = $authenticationUtils->getLastAuthenticationError();

0 commit comments

Comments
 (0)