@@ -117,7 +117,7 @@ |
||
117 | 117 | |
118 | 118 | // Generate quoted column alias for column info hydrating. |
119 | 119 | if (preg_match(',(.+)_(\d+)$,', $column, $matches)) { |
120 | - $column = $this->_em->getConfiguration() |
|
120 | + $column = $this->_em->getConfiguration() |
|
121 | 121 | ->getQuoteStrategy() |
122 | 122 | ->getColumnAlias($matches[1], $matches[2], $this->_platform, $this->getClassMetadata($entityName)); |
123 | 123 | } |