Skip to content

Commit

Permalink
Clean _original on entity clean()
Browse files Browse the repository at this point in the history
  • Loading branch information
hytromo committed Aug 26, 2016
1 parent 8694e6b commit b3b6859
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Datasource/EntityTrait.php
Expand Up @@ -696,6 +696,7 @@ public function clean()
$this->_dirty = [];
$this->_errors = [];
$this->_invalid = [];
$this->_original = [];
}

/**
Expand Down

0 comments on commit b3b6859

Please sign in to comment.