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.
2 parents ad77f5b + a1fc851 commit 5329ac4Copy full SHA for 5329ac4
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