fix serialization for transport php serializer
This commit is contained in:
parent
d9dca7b78b
commit
ac0a1ae95d
@ -105,7 +105,7 @@ abstract class CommandMessage
|
||||
public function __serialize(): array
|
||||
{
|
||||
return [
|
||||
'command' => $this->getCommandName(),
|
||||
'commandName' => $this->getCommandName(),
|
||||
'arguments' => $this->getArguments(),
|
||||
'options' => $this->getOptions()
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user