#5579 s/clear/cleanup
This commit is contained in:
parent
2921f068b7
commit
9d7be0f927
@ -414,13 +414,13 @@ class UnitOfWork implements PropertyChangedListener
|
||||
|
||||
$this->dispatchPostFlushEvent();
|
||||
|
||||
$this->postCommitClear($entity);
|
||||
$this->postCommitCleanup($entity);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param null|object|object[] $entity
|
||||
*/
|
||||
private function postCommitClear($entity) : void
|
||||
private function postCommitCleanup($entity) : void
|
||||
{
|
||||
$this->entityInsertions =
|
||||
$this->entityUpdates =
|
||||
|
Loading…
x
Reference in New Issue
Block a user