Yaffs site version 1.1
[yaffs-website] / vendor / twig / twig / lib / Twig / Markup.php
index 535ebe9e30b65d51fe1d2db7048fc11e0b706c00..8591d1f9344f0dbabb61b2616dbb3fc8dc4527a5 100644 (file)
@@ -35,3 +35,5 @@ class Twig_Markup implements Countable
         return function_exists('mb_get_info') ? mb_strlen($this->content, $this->charset) : strlen($this->content);
     }
 }
+
+class_alias('Twig_Markup', 'Twig\Markup', false);