Skip to content

Commit

Permalink
Update src/Contracts/IPriceable.php
Browse files Browse the repository at this point in the history
Remove redundant extends

Co-authored-by: Loïc Leuilliot <[email protected]>
  • Loading branch information
Crypta-Eve and warlof authored Apr 3, 2024
1 parent 1f940d7 commit ca2dcfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Contracts/IPriceable.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ca2dcfe

Please sign in to comment.