Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8e62519dfd |
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user