Yaffs site version 1.1
[yaffs-website] / vendor / twig / twig / lib / Twig / Cache / Filesystem.php
index cb3fec4685d4faea2cb47931da94b11b92b50cd7..65976282b46c2f11cdb6a31563907a22cfaafaab 100644 (file)
@@ -89,3 +89,5 @@ class Twig_Cache_Filesystem implements Twig_CacheInterface
         return (int) @filemtime($key);
     }
 }
+
+class_alias('Twig_Cache_Filesystem', 'Twig\Cache\FilesystemCache', false);