Skip to content

Commit

Permalink
Add propertyUpdated on fromStringArray method
Browse files Browse the repository at this point in the history
  • Loading branch information
tiaguinhor authored Dec 15, 2020
1 parent c69271b commit f8a82ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/XeroPHP/Remote/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ public function fromStringArray($input_array, $replace_data = false)
if ($cast instanceof self) {
$cast->addAssociatedObject($property, $this);
}
$this->propertyUpdated($property, $cast);
$this->_data[$property] = $cast;
}
}
Expand Down

0 comments on commit f8a82ea

Please sign in to comment.