Move Console call into App class

This commit is contained in:
Art4 2025-01-08 22:20:06 +00:00
parent 744bf9f971
commit 610267a3ea
5 changed files with 21 additions and 4 deletions

View file

@ -168,6 +168,11 @@ class App
);
}
public function processConsole(array $argv): void
{
(\Friendica\Core\Console::create($this->container, $argv))->execute();
}
public function processEjabberd(): void
{
$this->container->setup(LogChannel::AUTH_JABBERED, false);