Yaffs site version 1.1
[yaffs-website] / vendor / twig / twig / lib / Twig / Sandbox / SecurityNotAllowedPropertyError.php
index 9f7eab2905f9ad95396a8783020ccd47c434d862..f27969c155bf939f5dd97a7f321aeea1fffbf714 100644 (file)
@@ -36,3 +36,5 @@ class Twig_Sandbox_SecurityNotAllowedPropertyError extends Twig_Sandbox_Security
         return $this->propertyName;
     }
 }
+
+class_alias('Twig_Sandbox_SecurityNotAllowedPropertyError', 'Twig\Sandbox\SecurityNotAllowedPropertyError', false);