Merge pull request #14663 from MrPetovan/bug/fatal-errors

Restore template engine registration for Worker execution
This commit is contained in:
Philipp 2025-01-03 09:43:02 +00:00 committed by GitHub
commit 1c63cc7ee9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -225,6 +225,8 @@ class App
$this->registerErrorHandler();
$this->registerTemplateEngine();
/** @var Mode */
$mode = $this->container->create(Mode::class);