1
0
mirror of synced 2025-01-18 06:21:40 +03:00

revert wrong commit

This commit is contained in:
Fabio B. Silva 2012-06-04 17:08:43 -03:00
parent 0e9c76abf8
commit 2b8e24fb09

View File

@ -36,7 +36,7 @@ class SingleTablePersister extends AbstractEntityInheritancePersister
/** {@inheritdoc} */
protected function _getDiscriminatorColumnTableName()
{
return $this->quoteStrategy->getTableName($this->_class);
return $this->_class->getTableName();
}
/** {@inheritdoc} */