fix JoinedSubclassPersister#delete when supports foreign key
This commit is contained in:
parent
3156c1549d
commit
07492bda9d
@ -269,7 +269,6 @@ class JoinedSubclassPersister extends AbstractEntityInheritancePersister
|
||||
$rootTable = $this->quoteStrategy->getTableName($rootClass, $this->platform);
|
||||
|
||||
$this->conn->delete($rootTable, $id);
|
||||
$this->conn->delete($tableName, $identifier);
|
||||
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user