mirror of
https://github.com/friendica/friendica
synced 2025-01-09 09:24:43 +00:00
Remove multiple calls of DI::init()
This commit is contained in:
parent
0afa5aba63
commit
ffbc7d0ea1
1 changed files with 0 additions and 2 deletions
|
@ -166,8 +166,6 @@ HELP;
|
||||||
|
|
||||||
$className = $this->subConsoles[$command];
|
$className = $this->subConsoles[$command];
|
||||||
|
|
||||||
Friendica\DI::init($this->dice);
|
|
||||||
|
|
||||||
Renderer::registerTemplateEngine('Friendica\Render\FriendicaSmartyEngine');
|
Renderer::registerTemplateEngine('Friendica\Render\FriendicaSmartyEngine');
|
||||||
|
|
||||||
/** @var Console $subconsole */
|
/** @var Console $subconsole */
|
||||||
|
|
Loading…
Reference in a new issue