Skip to content

Commit 42ebec8

Browse files
authored
Correct reference to Request facade (#887)
1 parent b184eb1 commit 42ebec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resolvers/UrlResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public static function resolve(Auditable $auditable): string
2626

2727
public static function resolveCommandLine(): string
2828
{
29-
$command = \Request::server('argv', null);
29+
$command = Request::server('argv', null);
3030
if (is_array($command)) {
3131
return implode(' ', $command);
3232
}

0 commit comments

Comments
 (0)