mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
fix
This commit is contained in:
@@ -65,7 +65,7 @@ class Server extends BaseModel
|
||||
|
||||
static public function validated()
|
||||
{
|
||||
return Server::ownedByCurrentTeam()->whereRelation('settings', 'is_validated', true);
|
||||
return Server::ownedByCurrentTeam()->whereRelation('settings', 'is_reachable', true);
|
||||
}
|
||||
|
||||
static public function destinationsByServer(string $server_id)
|
||||
|
||||
Reference in New Issue
Block a user