Skip to content

Commit e01b3c5

Browse files
author
Babichev Maxim
committed
add canBuy
1 parent fb432a0 commit e01b3c5

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)