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