mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-20 14:36:57 +00:00
Use class_exists instead of require
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Twig\TokenParser;
|
||||
|
||||
require __DIR__.'/../../lib/Twig/TokenParser/From.php';
|
||||
class_exists('Twig_TokenParser_From');
|
||||
|
||||
if (\false) {
|
||||
class FromTokenParser extends \Twig_TokenParser_From
|
||||
|
||||
Reference in New Issue
Block a user