fix JoinedSubclassPersister#delete when supports foreign key
This commit is contained in:
parent
3156c1549d
commit
07492bda9d
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue