Use App::registerErrorHandler()

This commit is contained in:
Art4 2024-12-25 21:17:02 +00:00
parent f7c661b5e9
commit d2f2d1d0b9

View file

@ -167,7 +167,8 @@ class App
]);
\Friendica\DI::init($this->container);
\Friendica\Core\Logger\Handler\ErrorHandler::register($this->container->create(LoggerInterface::class));
$this->registerErrorHandler();
// Check the database structure and possibly fixes it
\Friendica\Core\Update::check(\Friendica\DI::basePath(), true);