Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Commit

Permalink
Update Entity.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 authored Apr 7, 2017
1 parent 47bb76b commit 67bf5cb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/ORM/Entity.php
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,14 @@ public function asArray()
{
return array_merge($this->origin, $this->modify);
}

/**
* @return array
*/
public function getModify()
{
return $this->modify;
}

/**
* @return string
Expand Down

0 comments on commit 67bf5cb

Please sign in to comment.