We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c414979 commit bc36ffaCopy full SHA for bc36ffa
src/Controller/SecurityController.php
@@ -42,7 +42,7 @@ public function login(AuthenticationUtils $helper): Response
42
* This is the route the user can use to logout.
43
*
44
* But, this will never be executed. Symfony will intercept this first
45
- * and handle the logout automatically. See logout in app/config/security.yml
+ * and handle the logout automatically. See logout in config/packages/security.yaml
46
47
* @Route("/logout", name="security_logout")
48
*/
0 commit comments