We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b3ba7 commit 3937967Copy full SHA for 3937967
src/Models/AbstractAddress.php
@@ -55,6 +55,7 @@ public function getAddress(): string
55
public function setAddress(string $address) : self
56
{
57
$this->address = $address;
58
+ return $this;
59
}
60
61
/**
0 commit comments