We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d085af5 commit e5526a3Copy full SHA for e5526a3
src/Support/Context/SerializeContext.php
@@ -193,7 +193,6 @@ public function from(mixed ...$payload): object
193
$values = is_numeric($field) && is_array($itemPayload) ? $itemPayload : [$field => $itemPayload];
194
$payloads = [...$payloads, ...$values];
195
}
196
- $payloads = array_unique($payloads);
197
198
$this->chooseSerializeContext->setGroups($this->getGroups());
199
0 commit comments