Skip to content

Commit cefcdd2

Browse files
authored
Merge pull request #5 from bavix/dev
add canBuy
2 parents cf5ef84 + e01b3c5 commit cefcdd2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Interfaces/Product.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
interface Product extends Wallet
66
{
77

8+
/**
9+
* @return bool
10+
*/
11+
public function canBuy(): bool;
12+
813
/**
914
* @return int
1015
*/

0 commit comments

Comments
 (0)