Skip to content

Commit

Permalink
fix send one message
Browse files Browse the repository at this point in the history
  • Loading branch information
sokil committed May 7, 2020
1 parent 9dbe7f4 commit 454b1d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function handle($command)
$command->getSubscriberIdCollection()->current()
);

$statusCollection = new StatusCollection($status);
$statusCollection = new StatusCollection([$status]);
} else {
$statusCollection = $this->viberClient->broadcastMessage(
$command->getSenderName(),
Expand Down

0 comments on commit 454b1d7

Please sign in to comment.