We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd1eda4 + 278874f commit 52895ffCopy full SHA for 52895ff
src/LoggerData.php
@@ -53,7 +53,7 @@ public function __construct(Request $request, UrlGenerator $url)
53
*/
54
public function requestUrl(): ?string
55
{
56
- return $this->url->current() ?? self::DEFAULT_URL;
+ return $this->url->full() ?? self::DEFAULT_URL;
57
}
58
59
/**
0 commit comments