|
$logoutPath = str_replace('{_locale}', $request->getSession()->getLocale(), $this->logoutPath);
|
|
$logoutPath = str_replace('{_locale}', $request->getSession()->getLocale(), $this->logoutPath);
|
|
$targetUrl = str_replace('{_locale}', $request->getSession()->getLocale(), $this->targetUrl);
|
|
$targetUrl = str_replace('{_locale}', $request->getSession()->getLocale(), $this->targetUrl);
|