Made message signing in Cryptography use SHA512 as the message content for... #1
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