chore: prepare for PR

This commit is contained in:
Andras Bacsai
2026-02-03 15:32:03 +01:00
parent 4fb6f21efd
commit fc229c4889
3 changed files with 49 additions and 17 deletions

View File

@@ -25,7 +25,6 @@ class StopDatabaseProxy
$server = data_get($database, 'destination.server');
$uuid = $database->uuid;
if ($database->getMorphClass() === \App\Models\ServiceDatabase::class) {
$uuid = $database->service->uuid;
$server = data_get($database, 'service.server');
}
instant_remote_process(["docker rm -f {$uuid}-proxy"], $server);