From 8e62519dfd94e3d2cf1a705957f8b1b7253da9cd Mon Sep 17 00:00:00 2001 From: User Date: Sun, 12 Jan 2025 22:44:11 +0300 Subject: [PATCH] 20250112#1 --- src/Content.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Content.php b/src/Content.php index d8c1044..26f1365 100644 --- a/src/Content.php +++ b/src/Content.php @@ -5,6 +5,7 @@ namespace Rmphp\Content; use Rmphp\Foundation\Exceptions\AppError; use Rmphp\Foundation\TemplateInterface; +#[\AllowDynamicProperties] class Content implements TemplateInterface { /** @@ -134,4 +135,4 @@ class Content implements TemplateInterface { ob_start(); include ContentData::$template; $out = ob_get_contents(); ob_end_clean(); return $out; } -} \ No newline at end of file +}