Thanks to visit codestin.com Credit goes to github.com
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 d692651 commit e3357a4Copy full SHA for e3357a4
app/console
@@ -19,4 +19,4 @@ $debug = getenv('SYMFONY_DEBUG') !== '0' && !$input->hasParameterOption(array('-
19
20
$kernel = new AppKernel($env, $debug);
21
$application = new Application($kernel);
22
-$application->run();
+$application->run($input);
0 commit comments