1
0
mirror of synced 2025-03-14 00:26:08 +03:00

#5579 correcting visibility of clearEntityChangeSet, which should be reverted to public

This commit is contained in:
Marco Pivetta 2017-08-18 09:23:28 +02:00
parent 9d7be0f927
commit ff15a2bc79
No known key found for this signature in database
GPG Key ID: 4167D3337FD9D629

View File

@ -3122,7 +3122,7 @@ class UnitOfWork implements PropertyChangedListener
*
* @return void
*/
private function clearEntityChangeSet($oid)
public function clearEntityChangeSet($oid)
{
$this->entityChangeSets[$oid] = [];
}