Closed
Description
The Symfony\Bundle\TwigBundle\Loader\FilesystemLoader
is overriding \Twig_Loader_Filesystem
's constructor without passing the $rootPath
.
Since Twig 1.28 it causes a cache warmup issue. See twigphp/Twig#2281.
The Symfony\Bundle\TwigBundle\Loader\FilesystemLoader
is overriding \Twig_Loader_Filesystem
's constructor without passing the $rootPath
.
Since Twig 1.28 it causes a cache warmup issue. See twigphp/Twig#2281.