diff --git a/src/Controller/SecurityController.php b/src/Controller/SecurityController.php index ea1fafed1..f96d7cff0 100644 --- a/src/Controller/SecurityController.php +++ b/src/Controller/SecurityController.php @@ -42,7 +42,7 @@ public function login(AuthenticationUtils $helper): Response * This is the route the user can use to logout. * * But, this will never be executed. Symfony will intercept this first - * and handle the logout automatically. See logout in app/config/security.yml + * and handle the logout automatically. See logout in config/packages/security.yaml * * @Route("/logout", name="security_logout") */