Yaffs site version 1.1
[yaffs-website] / vendor / twig / twig / lib / Twig / Loader / Chain.php
index ffa892b17e28baaedafb6270b5e909541712b64c..59a337969e5995a2ac75e65b4f4d33722bc80e63 100644 (file)
@@ -147,3 +147,5 @@ class Twig_Loader_Chain implements Twig_LoaderInterface, Twig_ExistsLoaderInterf
         throw new Twig_Error_Loader(sprintf('Template "%s" is not defined%s.', $name, $exceptions ? ' ('.implode(', ', $exceptions).')' : ''));
     }
 }
+
+class_alias('Twig_Loader_Chain', 'Twig\Loader\ChainLoader', false);