#1354 - DDC-3644 - s/protected/private
This commit is contained in:
parent
1587aac4ff
commit
a7ded16204
@ -203,7 +203,7 @@ class OneToManyPersister extends AbstractCollectionPersister
|
||||
*
|
||||
* @throws \Doctrine\DBAL\DBALException
|
||||
*/
|
||||
protected function deleteEntityCollection(PersistentCollection $collection)
|
||||
private function deleteEntityCollection(PersistentCollection $collection)
|
||||
{
|
||||
$mapping = $collection->getMapping();
|
||||
$identifier = $this->uow->getEntityIdentifier($collection->getOwner());
|
||||
@ -235,7 +235,7 @@ class OneToManyPersister extends AbstractCollectionPersister
|
||||
*
|
||||
* @throws \Doctrine\DBAL\DBALException
|
||||
*/
|
||||
protected function deleteJoinedEntityCollection(PersistentCollection $collection)
|
||||
private function deleteJoinedEntityCollection(PersistentCollection $collection)
|
||||
{
|
||||
$mapping = $collection->getMapping();
|
||||
$sourceClass = $this->em->getClassMetadata($mapping['sourceEntity']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user