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 5ea08d0 commit de0cac3Copy full SHA for de0cac3
app/bootstrap.php
@@ -40,6 +40,7 @@
40
/**
41
* Process the console arguments
42
*/
43
+$argv = [];
44
$arguments = [];
45
$arguments['task'] = count($argv) >= 2 ? ($argv[1] == "help" ? "help" : "main") : "main";
46
$arguments['action'] = "main";
0 commit comments