Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e3357a4

Browse files
author
Hugo Hamon
committed
[app] In the console script, the Application::run() method now receives the already created ArgvInput $input object as its first argument.
1 parent d692651 commit e3357a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/console

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ $debug = getenv('SYMFONY_DEBUG') !== '0' && !$input->hasParameterOption(array('-
1919

2020
$kernel = new AppKernel($env, $debug);
2121
$application = new Application($kernel);
22-
$application->run();
22+
$application->run($input);

0 commit comments

Comments
 (0)