10000 Merge branch '6.1' into 6.2 · symfony/symfony-docs@fe2983f · GitHub
[go: up one dir, main page]

Skip to content

Commit fe2983f

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: Adding comment about route name
2 parents f5ed38c + 1cb34ca commit fe2983f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

security.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1668,6 +1668,7 @@ To enable logging out, activate the ``logout`` config parameter under your fire
16681668
$mainFirewall = $security->firewall('main');
16691669
// ...
16701670
$mainFirewall->logout()
1671+
// the argument can be either a route name or a path
16711672
->path('app_logout')
16721673
16731674
// where to redirect after logout

0 commit comments

Comments
 (0)
0