@@ -91,7 +91,7 @@ |
||
| 91 | 91 | : $this->getFieldName(); |
| 92 | 92 | |
| 93 | 93 | return $this->relationEntityAlias . '.' . $this->fieldName . |
| 94 | - ' ' . $this->operator->getMeta() . |
|
| 94 | + ' ' . $this->operator->getMeta() . |
|
| 95 | 95 | ' ' . $fieldName; |
| 96 | 96 | } |
| 97 | 97 | |