From ca2dcfe25a77a2608c29a6c68befdbacc6bb8773 Mon Sep 17 00:00:00 2001 From: Crypta Eve Date: Wed, 3 Apr 2024 22:18:28 +1030 Subject: [PATCH] Update src/Contracts/IPriceable.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove redundant extends Co-authored-by: Loïc Leuilliot --- src/Contracts/IPriceable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Contracts/IPriceable.php b/src/Contracts/IPriceable.php index c9ae51f..a3383b5 100644 --- a/src/Contracts/IPriceable.php +++ b/src/Contracts/IPriceable.php @@ -27,7 +27,7 @@ * This interface is in the services package to encourage making classes that describe items compatible across both the * seat core and plugin, even if they don't depend on recursivetree/seat-prices-core. */ -interface IPriceable extends HasTypeID, HasTypeIDWithAmount +interface IPriceable extends HasTypeIDWithAmount { /** * Set the price of this object.