Skip to content

Commit 868cfbc

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Adding comment about route name
2 parents b80e21d + 311016f commit 868cfbc

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)