We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a93a52 commit 54af53bCopy full SHA for 54af53b
src/Helpers/magics.php
@@ -36,7 +36,7 @@ function ____intercepter____()
36
{
37
if (!is_cli()) { return; }
38
39
- $command = trim($argv[1] ?? '', '/');
+ $command = trim($_SERVER['argv'][1] ?? '', '/');
40
41
switch ($command)
42
0 commit comments