Skip to content

Commit

Permalink
unset the broadcastQueue property in broadcast payload (#19708)
Browse files Browse the repository at this point in the history
  • Loading branch information
themsaid authored and taylorotwell committed Jun 21, 2017
1 parent 57bb280 commit cec6a4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Illuminate/Broadcasting/BroadcastEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ protected function getPayloadFromEvent($event)
$payload[$property->getName()] = $this->formatProperty($property->getValue($event));
}

unset($payload['broadcastQueue']);

return $payload;
}

Expand Down

0 comments on commit cec6a4d

Please sign in to comment.