Yaffs site version 1.1
[yaffs-website] / vendor / twig / twig / lib / Twig / Profiler / Profile.php
index 9274da28bbb4e7b71505bd5cfa65980dc993b843..60b9103c8be0cf426a83fe4e7cabc9c710d012e2 100644 (file)
@@ -160,3 +160,5 @@ class Twig_Profiler_Profile implements IteratorAggregate, Serializable
         list($this->template, $this->name, $this->type, $this->starts, $this->ends, $this->profiles) = unserialize($data);
     }
 }
+
+class_alias('Twig_Profiler_Profile', 'Twig\Profiler\Profile', false);