From 1cb68943bd0b3433112e716e13f3b4753de4a06a Mon Sep 17 00:00:00 2001
From: =?utf8?q?Rapha=C3=ABl=20Gertz?= <git@rapsys.eu>
Date: Wed, 8 Sep 2021 18:37:06 +0200
Subject: [PATCH] Fix upstream config file path

---
 Listener/LogoutListener.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Listener/LogoutListener.php b/Listener/LogoutListener.php
index 29b69e4..304f123 100644
--- a/Listener/LogoutListener.php
+++ b/Listener/LogoutListener.php
@@ -43,7 +43,7 @@ class LogoutListener implements EventSubscriberInterface {
 	 * {@inheritdoc}
 	 *
 	 * @xxx Second argument will be replaced by security.firewalls.main.logout.target
-	 * @see vendor/symfony/security-bundle/DependencyInjection/SecurityExtension.php +445
+	 * @see vendor/symfony/security-bundle/Resources/config/security_listeners.php +79
 	 */
 	public function __construct(ContainerInterface $container, string $targetUrl, RouterInterface $router) {
 		//Set config
-- 
2.41.3