Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Longosz committed Mar 19, 2018
2 parents 5e7e84d + 905deda commit 83434eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/console
Expand Up @@ -26,5 +26,6 @@ if ($debug) {
Debug::enable();
}

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

0 comments on commit 83434eb

Please sign in to comment.