@@ -11,6 +11,7 @@ set_time_limit(0);
require __DIR__.'/../vendor/autoload.php';
+$input = new ArgvInput();
$kernel = new Kernel('prod', false);
$application = new Application($kernel);
$application->run($input);