Skip to content

Commit b061d9b

Browse files
committed
fix README.md
1 parent 067a42a commit b061d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class Item extends Model implements Product
9898
return true;
9999
}
100100

101-
public function getAmountProduct(Customer $customer): int
101+
public function getAmountProduct(Customer $customer)
102102
{
103103
return 100;
104104
}

0 commit comments

Comments
 (0)