mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 21:20:29 +00:00
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