We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9edf842 commit a1fc851Copy full SHA for a1fc851
README.md
@@ -82,7 +82,7 @@ class Item extends Model implements Product
82
{
83
use HasWallet;
84
85
- public function canBuy(Customer $customer): bool
+ public function canBuy(Customer $customer, bool $force = false): bool
86
87
/**
88
* If the service can be purchased once, then
0 commit comments