We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b354236 commit 5b3f452Copy full SHA for 5b3f452
Model/AddressBuilder.php
@@ -109,7 +109,7 @@ public function build(string $class = Address::class): Address
109
}
110
111
$country = null;
112
- if (!empty($this->country) || !empty($this->country)) {
+ if (!empty($this->country) || !empty($this->countryCode)) {
113
$country = new Country($this->country, $this->countryCode);
114
115
0 commit comments