From 5b967d64395453c5da89f38be7484cb2b413de0f Mon Sep 17 00:00:00 2001 From: User Date: Sun, 8 Oct 2023 18:57:09 +0300 Subject: [PATCH] 20231008#1 --- src/Content.php | 1 - src/TemplateInterface.php | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 src/TemplateInterface.php 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 @@ +