This commit is contained in:
Andras Bacsai
2023-06-15 13:51:31 +02:00
parent f46493e885
commit 0d45d9980c
14 changed files with 32 additions and 48 deletions

View File

@@ -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)