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.
1 parent b184eb1 commit 42ebec8Copy full SHA for 42ebec8
src/Resolvers/UrlResolver.php
@@ -26,7 +26,7 @@ public static function resolve(Auditable $auditable): string
26
27
public static function resolveCommandLine(): string
28
{
29
- $command = \Request::server('argv', null);
+ $command = Request::server('argv', null);
30
if (is_array($command)) {
31
return implode(' ', $command);
32
}
0 commit comments