multisite-bundle
multisite-bundle copied to clipboard
Wrong findTemplates declaration in Alex\MultisiteBundle\Twig\MultisiteLoader
Hello everyone,
When using twig version 2.x, the following error is raised.
Warning: Declaration of Alex\MultisiteBundle\Twig\MultisiteLoader::findTemplate($name) should be compatible with Twig_Loader_Filesystem::findTemplate($name, $throw = true)
You just need to update the function and set it to Alex\MultisiteBundle\Twig\MultisiteLoader::findTemplate($name, $throw = true)
Regards,