Skip to content

Commit 1cb34ca

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: Adding comment about route name
2 parents 9dde16c + 868cfbc commit 1cb34ca

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
@@ -1628,6 +1628,7 @@ To enable logging out, activate the ``logout`` config parameter under your fire
16281628
$mainFirewall = $security->firewall('main');
16291629
// ...
16301630
$mainFirewall->logout()
1631+
// the argument can be either a route name or a path
16311632
->path('app_logout')
16321633
16331634
// where to redirect after logout

0 commit comments

Comments
 (0)