fix order
This commit is contained in:
parent
70aa05bde9
commit
51071da700
1 changed files with 3 additions and 4 deletions
|
|
@ -64,13 +64,12 @@ public function handle()
|
|||
break;
|
||||
}
|
||||
|
||||
if ($this->deleteConfigurations) {
|
||||
$this->resource?->delete_configurations();
|
||||
}
|
||||
|
||||
if ($this->deleteVolumes && $this->resource->type() !== 'service') {
|
||||
$this->resource?->delete_volumes($persistentStorages);
|
||||
}
|
||||
if ($this->deleteConfigurations) {
|
||||
$this->resource?->delete_configurations();
|
||||
}
|
||||
|
||||
$server = data_get($this->resource, 'server');
|
||||
if ($this->deleteImages && $server) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue