From ffbc7d0ea14c5f63d9e2b08e987bfc0760614f0e Mon Sep 17 00:00:00 2001 From: Art4 Date: Thu, 26 Dec 2024 08:15:20 +0000 Subject: [PATCH] Remove multiple calls of DI::init() --- src/Core/Console.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Core/Console.php b/src/Core/Console.php index d675a0ddc8..760b2542cd 100644 --- a/src/Core/Console.php +++ b/src/Core/Console.php @@ -166,8 +166,6 @@ HELP; $className = $this->subConsoles[$command]; - Friendica\DI::init($this->dice); - Renderer::registerTemplateEngine('Friendica\Render\FriendicaSmartyEngine'); /** @var Console $subconsole */