diff --git a/src/Content.php b/src/Content.php index cbbaaa2..04edd64 100644 --- a/src/Content.php +++ b/src/Content.php @@ -4,7 +4,6 @@ namespace Rmphp\Content; use Rmphp\Foundation\Exceptions\AppError; use Rmphp\Foundation\Exceptions\AppException; -use Rmphp\Foundation\TemplateInterface; class Content implements TemplateInterface { diff --git a/src/TemplateInterface.php b/src/TemplateInterface.php new file mode 100644 index 0000000..7f09b28 --- /dev/null +++ b/src/TemplateInterface.php @@ -0,0 +1,22 @@ +