Skip to content

Commit

Permalink
fix(consignment): type error on getting shop id (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie4224 committed Feb 17, 2023
1 parent c64beeb commit aae620a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Consignment/AbstractConsignment.php
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ public function setStatus(int $status): self
/**
* @return int|null
*/
public function getShopId(): int
public function getShopId(): ?int
{
return $this->shop_id;
}
Expand Down

0 comments on commit aae620a

Please sign in to comment.