mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-23 07:31:31 +00:00
Style CI
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user