Fix serialization for transport php serializer
This commit is contained in:
commit
5520c4ca68
@ -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