Skip to content

Commit 3e469ea

Browse files
committed
Fix input variable not found
1 parent 2d0a30c commit 3e469ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/console

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ set_time_limit(0);
1111

1212
require __DIR__.'/../vendor/autoload.php';
1313

14+
$input = new ArgvInput();
1415
$kernel = new Kernel('prod', false);
1516
$application = new Application($kernel);
1617
$application->run($input);

0 commit comments

Comments
 (0)