From cf3a11cb62bd4dc2e80232a48a1125a893b447a8 Mon Sep 17 00:00:00 2001 From: User Date: Sun, 8 Oct 2023 20:06:59 +0300 Subject: [PATCH] 20231008#3 --- src/Content.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Content.php b/src/Content.php index 04edd64..cbbaaa2 100644 --- a/src/Content.php +++ b/src/Content.php @@ -4,6 +4,7 @@ namespace Rmphp\Content; use Rmphp\Foundation\Exceptions\AppError; use Rmphp\Foundation\Exceptions\AppException; +use Rmphp\Foundation\TemplateInterface; class Content implements TemplateInterface {