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 825f576 + d10f235 commit 3108a17Copy full SHA for 3108a17
src/Resolvers/UrlResolver.php
@@ -16,6 +16,6 @@ public static function resolve(): string
16
return 'console';
17
}
18
19
- return Request::fullUrlWithQuery([]);
+ return Request::fullUrl();
20
21
0 commit comments