upgraded dependencies
This commit is contained in:
4
vendor/symfony/http-foundation/UrlHelper.php
vendored
4
vendor/symfony/http-foundation/UrlHelper.php
vendored
@@ -35,7 +35,7 @@ final class UrlHelper
|
||||
return $path;
|
||||
}
|
||||
|
||||
if (null === $request = $this->requestStack->getMasterRequest()) {
|
||||
if (null === $request = $this->requestStack->getMainRequest()) {
|
||||
return $this->getAbsoluteUrlFromContext($path);
|
||||
}
|
||||
|
||||
@@ -64,7 +64,7 @@ final class UrlHelper
|
||||
return $path;
|
||||
}
|
||||
|
||||
if (null === $request = $this->requestStack->getMasterRequest()) {
|
||||
if (null === $request = $this->requestStack->getMainRequest()) {
|
||||
return $path;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user