File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/Symfony/Bridge/Twig/Extension Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1111
1212namespace Symfony \Bridge \Twig \Extension ;
1313
14- use Symfony \Component \Routing \Generator \UrlGeneratorInterface ;
1514use Symfony \Component \Security \Http \Logout \LogoutUrlGenerator ;
1615
1716/**
@@ -48,7 +47,7 @@ public function getFunctions()
4847 */
4948 public function getLogoutPath ($ key = null )
5049 {
51- return $ this ->generator ->getLogoutPath ($ key, UrlGeneratorInterface:: ABSOLUTE_PATH );
50+ return $ this ->generator ->getLogoutPath ($ key );
5251 }
5352
5453 /**
@@ -60,7 +59,7 @@ public function getLogoutPath($key = null)
6059 */
6160 public function getLogoutUrl ($ key = null )
6261 {
63- return $ this ->generator ->getLogoutUrl ($ key, UrlGeneratorInterface:: ABSOLUTE_URL );
62+ return $ this ->generator ->getLogoutUrl ($ key );
6463 }
6564
6665 /**
You can’t perform that action at this time.
0 commit comments