diff --git a/README.md b/README.md index c0b2a2b94..14bee81e2 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ class Item extends Model implements Product { use HasWallet; - public function canBuy(Customer $customer): bool + public function canBuy(Customer $customer, bool $force = false): bool { /** * If the service can be purchased once, then