Skip to content

Commit d65cf8b

Browse files
committed
Ошибка обработки twig_cache_dir
1 parent 6948bdb commit d65cf8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Services/Twig/TwigService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function __construct(
6767
$this->twigEnvironment = $this->initTwig(
6868
$this->loader,
6969
$debug,
70-
$cachePath
70+
$this->cachePath
7171
);
7272
}
7373

0 commit comments

Comments
 (0)