1
0
mirror of synced 2025-01-19 06:51:40 +03:00

Merge pull request #1292 from goetas/private-method-mark

Mark getSelectConditionStatementColumnSQL method as private
This commit is contained in:
Guilherme Blanco 2015-01-28 22:11:49 -05:00
commit 64ef89ce4c

View File

@ -1611,7 +1611,7 @@ class BasicEntityPersister implements EntityPersister
*
* @throws \Doctrine\ORM\ORMException
*/
protected function getSelectConditionStatementColumnSQL($field, $assoc = null)
private function getSelectConditionStatementColumnSQL($field, $assoc = null)
{
if (isset($this->class->columnNames[$field])) {
$className = (isset($this->class->fieldMappings[$field]['inherited']))