Skip to content

Commit 52895ff

Browse files
authored
Merge pull request #1 from thanhtaivtt/develop
add get query string to current URL
2 parents bd1eda4 + 278874f commit 52895ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LoggerData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function __construct(Request $request, UrlGenerator $url)
5353
*/
5454
public function requestUrl(): ?string
5555
{
56-
return $this->url->current() ?? self::DEFAULT_URL;
56+
return $this->url->full() ?? self::DEFAULT_URL;
5757
}
5858

5959
/**

0 commit comments

Comments
 (0)