We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35fe487 + 3ccceb7 commit 69c3da4Copy full SHA for 69c3da4
libraries/Twig.php
@@ -45,7 +45,7 @@ public function __construct($params = [])
45
// default config
46
$this->config = [
47
'paths' => [VIEWPATH],
48
- 'cache' => APPPATH . '/cache/twig',
+ 'cache' => APPPATH . 'cache/twig',
49
];
50
51
$this->config = array_merge($this->config, $params);
0 commit comments