|
@@ -104,7 +104,7 @@ |
|
|
block discarded – undo |
|
104
|
104
|
$collection->setCollection($normalizedCollection); |
|
105
|
105
|
} |
|
106
|
106
|
|
|
107
|
|
- $arrayCollection = $collection instanceof Paginator ? (array)$collection->getIterator() : $collection; |
|
|
107
|
+ $arrayCollection = $collection instanceof Paginator ? (array) $collection->getIterator() : $collection; |
|
108
|
108
|
$resources = array_map(function ($object) { |
|
109
|
109
|
return $this->iriConverter->getIriFromItem($object); |
|
110
|
110
|
}, $arrayCollection); |
Please login to merge, or discard this patch.