mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 02:46:29 +00:00
replaced require with class_exists
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Twig;
|
||||
|
||||
require __DIR__.'/../lib/Twig/ExtensionSet.php';
|
||||
class_exists('Twig_ExtensionSet');
|
||||
|
||||
if (\false) {
|
||||
class ExtensionSet extends \Twig_ExtensionSet
|
||||
|
||||
Reference in New Issue
Block a user