Corrected property access in InformationField
This commit is contained in:
parent
93eff1320f
commit
3e5199d776
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
public function toArray(): array
|
||||
{
|
||||
return [
|
||||
'name' => $this->name->getValue(),
|
||||
'name' => $this->name->value,
|
||||
'value' => $this->value,
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue