#5579 correcting visibility of clearEntityChangeSet
, which should be reverted to public
This commit is contained in:
parent
9d7be0f927
commit
ff15a2bc79
@ -3122,7 +3122,7 @@ class UnitOfWork implements PropertyChangedListener
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
private function clearEntityChangeSet($oid)
|
||||
public function clearEntityChangeSet($oid)
|
||||
{
|
||||
$this->entityChangeSets[$oid] = [];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user