Skip to content

Commit de0cac3

Browse files
authored
Update bootstrap.php
1 parent 5ea08d0 commit de0cac3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/bootstrap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
/**
4141
* Process the console arguments
4242
*/
43+
$argv = [];
4344
$arguments = [];
4445
$arguments['task'] = count($argv) >= 2 ? ($argv[1] == "help" ? "help" : "main") : "main";
4546
$arguments['action'] = "main";

0 commit comments

Comments
 (0)