mirror of
https://github.com/friendica/friendica
synced 2025-01-08 06:04:44 +00:00
Use App::registerErrorHandler()
This commit is contained in:
parent
f7c661b5e9
commit
d2f2d1d0b9
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue