mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-27 18:47:13 +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/Include.php';
|
||||
class_exists('Twig_TokenParser_Include');
|
||||
|
||||
if (\false) {
|
||||
class IncludeTokenParser extends \Twig_TokenParser_Include
|
||||
|
||||
Reference in New Issue
Block a user