andre 4 лет назад
Родитель
Сommit
64b1d6740d
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      app/Cron/Snapshots.php

+ 2 - 2
app/Cron/Snapshots.php

@@ -4,13 +4,13 @@
 namespace ModulesGarden\ProxmoxAddon\App\Cron;
 
 
-use ModulesGarden\ProxmoxAddon\App\Jobs\Vps\SnapshotVmJob;
+use ModulesGarden\ProxmoxAddon\App\Jobs\Cloud\SnapshotVmJob;
 use ModulesGarden\ProxmoxAddon\App\Models\Job;
 use ModulesGarden\ProxmoxAddon\App\Models\ProductConfiguration;
 use ModulesGarden\ProxmoxAddon\App\Models\SnapshotJob;
 use ModulesGarden\ProxmoxAddon\App\Models\Whmcs\Hosting;
 use ModulesGarden\ProxmoxAddon\App\Services\ApiService;
-use ModulesGarden\ProxmoxAddon\App\Services\Vps\ProductService;
+use ModulesGarden\ProxmoxAddon\App\Services\Cloud\ProductService;
 use ModulesGarden\ProxmoxAddon\Core\CommandLine\Command;
 use ModulesGarden\ProxmoxAddon\Core\UI\Traits\WhmcsParams;
 use Symfony\Component\Console\Input\InputInterface;