This commit is contained in:
Patrick Henninger
2020-08-29 22:12:00 +02:00
parent 43e440c485
commit a215c63165
5 changed files with 6 additions and 8 deletions

View File

@@ -6,5 +6,5 @@ use Gloudemans\Shoppingcart\CartItem;
interface Calculator
{
static function getAttribute(string $attribute, CartItem $cartItem);
}
public static function getAttribute(string $attribute, CartItem $cartItem);
}