|
@@ -124,7 +124,7 @@ |
|
|
block discarded – undo |
|
124
|
124
|
$searchRelation = new Search($this->getRelateRecord()); |
|
125
|
125
|
$searchRelation->exact('parentId', strval($this->getId())); |
|
126
|
126
|
$search = new Search($this->getLoadedRecord()); |
|
127
|
|
- $search->in('id', array_map([$this, 'mapChildren'], $searchRelation->getResults() )); |
|
|
127
|
+ $search->in('id', array_map([$this, 'mapChildren'], $searchRelation->getResults())); |
|
128
|
128
|
return $search->getResults(); |
|
129
|
129
|
} |
|
130
|
130
|
|
Please login to merge, or discard this patch.