Skip to content

Commit e29b858

Browse files
authored
Item: Parent must be in key "parent".
1 parent 3cbfccd commit e29b858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SelectboxItem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function toArray(): array
3636
return [
3737
'id' => $this->id,
3838
'name' => $this->name,
39-
'parent_id' => $this->parentId,
39+
'parent' => $this->parentId,
4040
];
4141
}
4242
}

0 commit comments

Comments
 (0)