remote upload refactoring

This commit is contained in:
Čarodej
2022-04-25 10:56:15 +02:00
parent 954f0e3361
commit b635a17644
14 changed files with 41 additions and 39 deletions
@@ -1,5 +1,4 @@
<?php
namespace App\Console\Commands;
use Illuminate\Console\Command;
+1 -1
View File
@@ -1,13 +1,13 @@
<?php
namespace App\Console;
use App\Console\Commands\SetupWebsocketEnvironment;
use Illuminate\Console\Scheduling\Schedule;
use App\Console\Commands\SetupDevEnvironment;
use App\Console\Commands\SetupProdEnvironment;
use Support\Scheduler\Actions\ReportUsageAction;
use Support\Upgrading\Actions\UpdateSystemAction;
use Support\Demo\Actions\ClearHowdyDemoDataAction;
use App\Console\Commands\SetupWebsocketEnvironment;
use Support\Scheduler\Actions\DeleteFailedFilesAction;
use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
use Support\Scheduler\Actions\DeleteUnverifiedUsersAction;