diff --git a/framework/core/src/Core/Formatter/Formatter.php b/framework/core/src/Core/Formatter/Formatter.php index 7a9c00c95..77c5cf19e 100644 --- a/framework/core/src/Core/Formatter/Formatter.php +++ b/framework/core/src/Core/Formatter/Formatter.php @@ -22,6 +22,9 @@ class Formatter $configurator = new Configurator; $configurator->rootRules->enableAutoLineBreaks(); + $configurator->rendering->engine = 'PHP'; + $configurator->rendering->engine->cacheDir = storage_path() . '/app'; + $configurator->Escaper; $configurator->Autoemail; $configurator->Autolink;