Issue #1874146 by fabpot: Fixed Moved Twig cache to its own directory.
parent
c5134bd676
commit
0e90e3e0f3
|
@ -105,7 +105,7 @@ class TwigEnvironment extends \Twig_Environment {
|
||||||
*/
|
*/
|
||||||
protected function storage() {
|
protected function storage() {
|
||||||
if (!isset($this->storage)) {
|
if (!isset($this->storage)) {
|
||||||
$this->storage = PhpStorageFactory::get('service_container');
|
$this->storage = PhpStorageFactory::get('twig');
|
||||||
}
|
}
|
||||||
return $this->storage;
|
return $this->storage;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue