X-Git-Url: https://git.rapsys.eu/packbundle/blobdiff_plain/59ae967e218457b2ab3d77cb621c0640345f5e9b..df7b4f1cde5b1f7c3534df258047d1581f066134:/Context/RequestStackContext.php diff --git a/Context/RequestStackContext.php b/Context/RequestStackContext.php index 0421de7..343affd 100644 --- a/Context/RequestStackContext.php +++ b/Context/RequestStackContext.php @@ -45,7 +45,7 @@ class RequestStackContext extends BaseRequestStackContext { */ public function getBaseUrl(): string { //Without request - if (!$request = $this->requestStack->getMasterRequest()) { + if (!$request = $this->requestStack->getMainRequest()) { //Return base path return $this->basePath; }