Yaffs site version 1.1
[yaffs-website] / vendor / twig / twig / lib / Twig / ExistsLoaderInterface.php
index 553fb4e5e5f7c1d4aefab32d5cb769fbb7da7b2a..968cb21a4cd8fc2cf44d23c0f8a858e383bd231c 100644 (file)
@@ -27,3 +27,5 @@ interface Twig_ExistsLoaderInterface
      */
     public function exists($name);
 }
+
+class_alias('Twig_ExistsLoaderInterface', 'Twig\Loader\ExistsLoaderInterface', false);