Skip to content

Commit a1fc851

Browse files
authored
Update README.md
1 parent 9edf842 commit a1fc851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class Item extends Model implements Product
8282
{
8383
use HasWallet;
8484

85-
public function canBuy(Customer $customer): bool
85+
public function canBuy(Customer $customer, bool $force = false): bool
8686
{
8787
/**
8888
* If the service can be purchased once, then

0 commit comments

Comments
 (0)