Yaffs site version 1.1
[yaffs-website] / vendor / twig / twig / lib / Twig / SourceContextLoaderInterface.php
index acf21e37802dc8bc6b0ad95bcfb21cf7798db3b9..a6e8c42550a18d06ecafc3c0570d86ff2a4110f8 100644 (file)
@@ -29,3 +29,5 @@ interface Twig_SourceContextLoaderInterface
      */
     public function getSourceContext($name);
 }
+
+class_alias('Twig_SourceContextLoaderInterface', 'Twig\Loader\SourceContextLoaderInterface', false);