Skip to content

Commit eb9d6c1

Browse files
authored
Update Address.php
1 parent 9bca0b9 commit eb9d6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/Address.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Address
4242
public function __construct($street, $zipCode, $houseNumber, $city)
4343
{
4444
$this->street = $street;
45-
$this->zipcode = $zipCode;
45+
$this->zipCode = $zipCode;
4646
$this->houseNumber = $houseNumber;
4747
$this->city = $city;
4848
}

0 commit comments

Comments
 (0)