diff --git a/src/App.php b/src/App.php index 97d36ac5b4..923400a21c 100644 --- a/src/App.php +++ b/src/App.php @@ -225,6 +225,8 @@ class App $this->registerErrorHandler(); + $this->registerTemplateEngine(); + /** @var Mode */ $mode = $this->container->create(Mode::class);