rector: arrrrr
This commit is contained in:
@@ -21,7 +21,7 @@ class ServiceStatusChanged implements ShouldBroadcast
|
||||
$userId = Auth::id() ?? null;
|
||||
}
|
||||
if (is_null($userId)) {
|
||||
return false;
|
||||
return;
|
||||
}
|
||||
$this->userId = $userId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user