Move Addon/Hook dependency where it belongs :)

This commit is contained in:
Philipp Holzer 2025-01-02 00:48:02 +01:00
commit 1f9e1285af
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
2 changed files with 4 additions and 3 deletions

View file

@ -214,9 +214,6 @@ class App
$this->registerTemplateEngine();
Addon::loadAddons();
Hook::loadHooks();
(new \Friendica\Core\Console($this->container, $argv))->execute();
}