Skip to content

Commit 69c3da4

Browse files
committed
Merge branch 'ytetsuro-patch-1'
2 parents 35fe487 + 3ccceb7 commit 69c3da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Twig.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function __construct($params = [])
4545
// default config
4646
$this->config = [
4747
'paths' => [VIEWPATH],
48-
'cache' => APPPATH . '/cache/twig',
48+
'cache' => APPPATH . 'cache/twig',
4949
];
5050

5151
$this->config = array_merge($this->config, $params);

0 commit comments

Comments
 (0)