fix custom prices (#204)
This commit is contained in:
parent
6ac636915e
commit
16a1a5e9d8
1 changed files with 3 additions and 2 deletions
|
@ -147,10 +147,11 @@ class CustomerAddress extends BaseModel
|
|||
}
|
||||
|
||||
/**
|
||||
* @param string $floor
|
||||
* @param string|null $floor
|
||||
*
|
||||
* @return $this
|
||||
*/
|
||||
public function setFloor(string $floor)
|
||||
public function setFloor(?string $floor): CustomerAddress
|
||||
{
|
||||
$this->floor = $floor;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue