#5579 correcting visibility of clearEntityChangeSet
, which should be reverted to public
This commit is contained in:
parent
9d7be0f927
commit
ff15a2bc79
1 changed files with 1 additions and 1 deletions
|
@ -3122,7 +3122,7 @@ class UnitOfWork implements PropertyChangedListener
|
|||
*
|
||||
* @return void
|
||||
*/
|
||||
private function clearEntityChangeSet($oid)
|
||||
public function clearEntityChangeSet($oid)
|
||||
{
|
||||
$this->entityChangeSets[$oid] = [];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue