Yaffs site version 1.1
[yaffs-website] / vendor / twig / twig / lib / Twig / Extension.php
index 5d72634a68fe7d091e36d350a9d93f9eb1cdec42..38084495fa4f99bb435f42a65c05d6154bea5604 100644 (file)
@@ -8,6 +8,7 @@
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */
+
 abstract class Twig_Extension implements Twig_ExtensionInterface
 {
     /**
@@ -63,3 +64,6 @@ abstract class Twig_Extension implements Twig_ExtensionInterface
         return get_class($this);
     }
 }
+
+class_alias('Twig_Extension', 'Twig\Extension\AbstractExtension', false);
+class_exists('Twig_Environment');