Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Nov 10, 2018
2 parents ad77f5b + a1fc851 commit 5329ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5329ac4

Please sign in to comment.