We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent babf95d commit e67d6feCopy full SHA for e67d6fe
src/CI4Twig/Twig.php
@@ -95,6 +95,7 @@ public function __construct($params = [])
95
}
96
97
// default Twig config
98
+ /** @psalm-suppress UndefinedConstant */
99
$this->config = [
100
'cache' => WRITEPATH . 'cache/twig',
101
'debug' => ENVIRONMENT !== 'production',
0 commit comments