Fixed wrong return.
This commit is contained in:
parent
73afcec22a
commit
c5f1b99721
@ -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…
x
Reference in New Issue
Block a user