Skip to content

Commit 311016f

Browse files
committed
Minor tweak
1 parent 657494a commit 311016f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

security.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -1677,7 +1677,8 @@ To enable logging out, activate the ``logout`` config parameter under your fire
16771677
$mainFirewall = $security->firewall('main');
16781678
// ...
16791679
$mainFirewall->logout()
1680-
->path('app_logout') // pass either the *name* or the *path* of the route
1680+
// the argument can be either a route name or a path
1681+
->path('app_logout')
16811682
16821683
// where to redirect after logout
16831684
// ->target('app_any_route')

0 commit comments

Comments
 (0)