mirror of
https://github.com/tiennm99/coolify.git
synced 2026-06-03 22:13:27 +00:00
a38717810c
Replace in-memory filtering with database-level query in Server::destinationsByServer(). Previously loaded all team servers into memory before filtering by ID. Now uses findOrFail() to query directly at the database level.