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.
2 parents 66a6bdd + 1912606 commit 2105fcdCopy full SHA for 2105fcd
src/Models/ISOs/ISOs.php
@@ -55,7 +55,7 @@ public function get(int $isoId): ISO
55
*/
56
public function setAdditionalData( $input)
57
{
58
- $this->locations = collect($input->isos)->map(function ($iso, $key) {
+ $this->isos = collect($input->isos)->map(function ($iso, $key) {
59
return ISO::parse($iso);
60
})->toArray();
61
0 commit comments