Skip to content

Commit

Permalink
remove not used dirty_after_save property
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkSide666 committed Jul 29, 2016
1 parent 0cbf4db commit aec5007
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -926,8 +926,6 @@ public function save($data = [])
return $this;
}

$this->_dirty_after_save = [];

$is_update = $this->loaded();
if ($is_update) {
$data = [];
Expand Down

0 comments on commit aec5007

Please sign in to comment.