SchumacherFM / Magento2-Twig

Twig Template Engine for Magento2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

\Twig_Autoloader::register() not needed for Twig 2.0 and up

jaycroll opened this issue · comments

I've read the documentation that Twig 2.0 and up does not need to call the Twig_Autoloader anymore. Seeing that this module now requires Twig 2.0 and up, i belive it's safe to remove the autoloader in Twig,php

\Twig_Autoloader::register();

Thanks for reporting. Can you please send a pull request for this update?

Thank you. I've merged the PR #8