bulk commit

This commit is contained in:
omair saleh
2020-09-07 15:12:47 +08:00
parent 7046e7ca36
commit 9cda5d7688
24 changed files with 1448 additions and 828 deletions
@@ -115,21 +115,6 @@ class AddressObject implements DataTransferObject
return $this->country;
}
/**
* @return int
*/
public function getDefault(): int
{
return $this->default;
}
/**
* @return int
*/
public function getBilling(): int
{
return $this->billing;
}
}