fix: service status changed event
This commit is contained in:
parent
aaee887d3e
commit
21825876fb
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ public function __construct($userId = null)
|
|||
|
||||
public function broadcastOn(): ?array
|
||||
{
|
||||
if ($this->userId) {
|
||||
if (! is_null($this->userId)) {
|
||||
return [
|
||||
new PrivateChannel("user.{$this->userId}"),
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue