正在显示
1 个修改的文件
包含
0 行增加
和
5 行删除
| @@ -2,17 +2,12 @@ | @@ -2,17 +2,12 @@ | ||
| 2 | 2 | ||
| 3 | namespace App\Console\Commands\Domain; | 3 | namespace App\Console\Commands\Domain; |
| 4 | 4 | ||
| 5 | -use App\Models\Com\Notify; | ||
| 6 | use App\Models\Devops\Servers; | 5 | use App\Models\Devops\Servers; |
| 7 | -use App\Models\Devops\ServersIp; | ||
| 8 | -use App\Models\Domain\DomainCreateTask; | ||
| 9 | use App\Models\Domain\DomainInfo; | 6 | use App\Models\Domain\DomainInfo; |
| 10 | use App\Models\Project\Project; | 7 | use App\Models\Project\Project; |
| 11 | use App\Models\Project\ProjectServerBackup; | 8 | use App\Models\Project\ProjectServerBackup; |
| 12 | use App\Services\BatchExportService; | 9 | use App\Services\BatchExportService; |
| 13 | use Illuminate\Console\Command; | 10 | use Illuminate\Console\Command; |
| 14 | -use Illuminate\Support\Facades\Storage; | ||
| 15 | -use Symfony\Component\Process\Process; | ||
| 16 | 11 | ||
| 17 | class EmergencyResultExport extends Command | 12 | class EmergencyResultExport extends Command |
| 18 | { | 13 | { |
-
请 注册 或 登录 后发表评论