Skip to content

Commit

Permalink
Fix serialization for transport php serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
gwinn authored Apr 22, 2021
2 parents d9dca7b + ac0a1ae commit 5520c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Messenger/CommandMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public function getFormattedOptions(): array
public function __serialize(): array
{
return [
'command' => $this->getCommandName(),
'commandName' => $this->getCommandName(),
'arguments' => $this->getArguments(),
'options' => $this->getOptions()
];
Expand Down

0 comments on commit 5520c4c

Please sign in to comment.