mirror of
https://github.com/friendica/friendica
synced 2025-04-26 12:30:11 +00:00
Move Console call into App class
This commit is contained in:
parent
744bf9f971
commit
610267a3ea
5 changed files with 21 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue