mirror of
https://github.com/friendica/friendica
synced 2025-01-08 20:04:43 +00:00
use registerErrorHandler() in processWorker()
This commit is contained in:
parent
e0a249f9a4
commit
3ae9ae8728
1 changed files with 1 additions and 1 deletions
|
@ -442,7 +442,7 @@ class App
|
||||||
|
|
||||||
$this->setupLegacyServiceLocator();
|
$this->setupLegacyServiceLocator();
|
||||||
|
|
||||||
\Friendica\Core\Logger\Handler\ErrorHandler::register($this->container->create(\Psr\Log\LoggerInterface::class));
|
$this->registerErrorHandler();
|
||||||
|
|
||||||
DI::mode()->setExecutor(Mode::WORKER);
|
DI::mode()->setExecutor(Mode::WORKER);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue