use quote strategy in SingleTablePersister
This commit is contained in:
parent
dcd19bba22
commit
851d17f940
@ -36,7 +36,7 @@ class SingleTablePersister extends AbstractEntityInheritancePersister
|
||||
/** {@inheritdoc} */
|
||||
protected function _getDiscriminatorColumnTableName()
|
||||
{
|
||||
return $this->_class->getTableName();
|
||||
return $this->quoteStrategy->getTableName($this->_class);
|
||||
}
|
||||
|
||||
/** {@inheritdoc} */
|
||||
|
Loading…
x
Reference in New Issue
Block a user