Tiny improvement on business logic from test cases

This commit is contained in:
Dillon
2023-07-29 08:02:22 +08:00
parent 61e32a17d6
commit bede985695
@@ -43,7 +43,7 @@ class CreateVoucherifyOrderObject implements DataTransferObject
/**
* @return int
*/
public function getCompanyId(): string
public function getCompanyId(): int
{
return $this->companyId;
}