Skip to content

Commit 1912606

Browse files
author
Nikolaus Schlifke
committed
ISOs data attribute should be isos not locations
1 parent 66a6bdd commit 1912606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/ISOs/ISOs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function get(int $isoId): ISO
5555
*/
5656
public function setAdditionalData( $input)
5757
{
58-
$this->locations = collect($input->isos)->map(function ($iso, $key) {
58+
$this->isos = collect($input->isos)->map(function ($iso, $key) {
5959
return ISO::parse($iso);
6060
})->toArray();
6161

0 commit comments

Comments
 (0)