Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Edujugon committed Apr 23, 2018
1 parent c9e7c7c commit f47e051
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/XMLMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,9 @@ public function addAttributes(array $attributes, $tagName = null)
return;
}
}

//update xml
$this->loadObj($obj);
}

/**
Expand Down

0 comments on commit f47e051

Please sign in to comment.