refactor(actions): standardize method naming for network and configuration deletion across application and service classes
This commit is contained in:
@@ -24,7 +24,7 @@ class StopService
|
||||
$service->stopContainers($containersToStop, $server);
|
||||
|
||||
if ($isDeleteOperation) {
|
||||
$service->delete_connected_networks($service->uuid);
|
||||
$service->deleteConnectedNetworks();
|
||||
if ($dockerCleanup) {
|
||||
CleanupDocker::dispatch($server, true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user