From 991320d1017ad67a1c6c4204d202984cadbcbb8c Mon Sep 17 00:00:00 2001 From: jay Date: Fri, 12 Jun 2026 15:35:41 -0400 Subject: [PATCH] re-word --- src/Potter/Resource/ResourceInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Potter/Resource/ResourceInterface.php b/src/Potter/Resource/ResourceInterface.php index dfbc990..c5e53a2 100644 --- a/src/Potter/Resource/ResourceInterface.php +++ b/src/Potter/Resource/ResourceInterface.php @@ -4,5 +4,5 @@ declare(strict_types=1); namespace Potter\Resource; -interface ResourceInterface extends AwareInterface +interface ResourceInterface { }