console auth

This commit is contained in:
yuri
2019-02-25 11:56:58 +02:00
parent ee7ce8221d
commit abd2801ac8
+3
View File
@@ -215,6 +215,9 @@ class Application
public function runCommand(string $command)
{
$auth = $this->createAuth();
$auth->useNoAuth();
$consoleCommandManager = $this->getContainer()->get('consoleCommandManager');
return $consoleCommandManager->run($command);
}