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 {