Remove multiple calls of DI::init()

This commit is contained in:
Art4 2024-12-26 08:15:20 +00:00
parent 0afa5aba63
commit ffbc7d0ea1

View file

@ -166,8 +166,6 @@ HELP;
$className = $this->subConsoles[$command];
Friendica\DI::init($this->dice);
Renderer::registerTemplateEngine('Friendica\Render\FriendicaSmartyEngine');
/** @var Console $subconsole */