mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-22 23:25:23 +00:00
Further changes, remove Calculators
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace Gloudemans\Shoppingcart\Contracts;
|
||||
|
||||
use Gloudemans\Shoppingcart\CartItem;
|
||||
|
||||
interface Calculator
|
||||
{
|
||||
public static function getAttribute(string $attribute, CartItem $cartItem);
|
||||
}
|
||||
Reference in New Issue
Block a user