|
@@ -34,7 +34,6 @@ class DeleteVmProvider extends BaseDataProvider implements ClientArea
|
|
|
//get vm model
|
|
//get vm model
|
|
|
$vmModel = VmModel::ofHostingId($this->getWhmcsParamByKey('serviceid'))
|
|
$vmModel = VmModel::ofHostingId($this->getWhmcsParamByKey('serviceid'))
|
|
|
->ofId($this->formData['id'])->firstOrFail();
|
|
->ofId($this->formData['id'])->firstOrFail();
|
|
|
- $this->api();
|
|
|
|
|
$status = (new VmFactory())->fromVmModel($vmModel)->status()['status'];
|
|
$status = (new VmFactory())->fromVmModel($vmModel)->status()['status'];
|
|
|
|
|
|
|
|
//destory vm
|
|
//destory vm
|