Skip to content

Commit f9d3a94

Browse files
committed
minor symfony#745 Use Sf4 path for security.yaml file (mstrom)
This PR was merged into the master branch. Discussion ---------- Use Sf4 path for security.yaml file Commits ------- bc36ffa Use Sf4 path for security.yaml file
2 parents c414979 + bc36ffa commit f9d3a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/SecurityController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function login(AuthenticationUtils $helper): Response
4242
* This is the route the user can use to logout.
4343
*
4444
* But, this will never be executed. Symfony will intercept this first
45-
* and handle the logout automatically. See logout in app/config/security.yml
45+
* and handle the logout automatically. See logout in config/packages/security.yaml
4646
*
4747
* @Route("/logout", name="security_logout")
4848
*/

0 commit comments

Comments
 (0)