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 3cbfccd commit e29b858Copy full SHA for e29b858
src/SelectboxItem.php
@@ -36,7 +36,7 @@ public function toArray(): array
36
return [
37
'id' => $this->id,
38
'name' => $this->name,
39
- 'parent_id' => $this->parentId,
+ 'parent' => $this->parentId,
40
];
41
}
42
0 commit comments