Fixed wrong return.
This commit is contained in:
parent
73afcec22a
commit
c5f1b99721
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ abstract class AbstractCollectionPersister implements CollectionPersister
|
|||
return; // ignore inverse side
|
||||
}
|
||||
|
||||
return $this->conn->executeUpdate($this->getDeleteSQL($coll), $this->getDeleteSQLParameters($coll));
|
||||
$this->conn->executeUpdate($this->getDeleteSQL($coll), $this->getDeleteSQLParameters($coll));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue