@@ -93,8 +93,8 @@ |
||
93 | 93 | |
94 | 94 | return |
95 | 95 | $field === 'include' |
96 | - || in_array(str_singular($field) . '_id', $this->getFields(), false) |
|
97 | - || in_array(str_singular($field) . '_ids', $this->getFields(), false) |
|
96 | + || in_array(str_singular($field).'_id', $this->getFields(), false) |
|
97 | + || in_array(str_singular($field).'_ids', $this->getFields(), false) |
|
98 | 98 | || in_array($field, $this->getFields(), false) |
99 | 99 | || in_array($field, $this->getHidden(), false); |
100 | 100 | } |