mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
feat: lots of api endpoints
This commit is contained in:
@@ -20,7 +20,7 @@ class DatabaseStatusChanged implements ShouldBroadcast
|
||||
$userId = auth()->user()->id ?? null;
|
||||
}
|
||||
if (is_null($userId)) {
|
||||
throw new \Exception('User id is null');
|
||||
throw new \RuntimeException('User id is null');
|
||||
}
|
||||
$this->userId = $userId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user