]> git.mxchange.org Git - friendica.git/commitdiff
Remove multiple calls of DI::init()
authorArt4 <art4@wlabs.de>
Thu, 26 Dec 2024 08:15:20 +0000 (08:15 +0000)
committerArt4 <art4@wlabs.de>
Thu, 26 Dec 2024 08:15:20 +0000 (08:15 +0000)
src/Core/Console.php

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