mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-11 18:54:33 +00:00
fix missing semicolon
This commit is contained in:
@@ -32,5 +32,5 @@ interface Buyable
|
|||||||
/**
|
/**
|
||||||
* Get the taxRate of the Buyable item.
|
* Get the taxRate of the Buyable item.
|
||||||
*/
|
*/
|
||||||
public function getBuyableTaxRate(CartItemOptions $options): float
|
public function getBuyableTaxRate(CartItemOptions $options): float;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user