Skip to content

Commit 3937967

Browse files
committed
Bug in Address model fixed
1 parent e8b3ba7 commit 3937967

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Models/AbstractAddress.php

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public function getAddress(): string
5555
public function setAddress(string $address) : self
5656
{
5757
$this->address = $address;
58+
return $this;
5859
}
5960

6061
/**

0 commit comments

Comments
 (0)