This commit is contained in:
Bozhidar 2024-05-02 12:19:40 +03:00
parent 6b52300332
commit 0e57e4c609
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ use Illuminate\Console\Command;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
class RunBackup extends Command
class RunBackupChecks extends Command
{
/**
* The name and signature of the console command.

View file

@ -10,7 +10,7 @@ use Illuminate\Console\Command;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
class RunHostingSubscriptionsBackup extends Command
class RunHostingSubscriptionsBackupChecks extends Command
{
/**
* The name and signature of the console command.

View file

@ -9,7 +9,7 @@ use Illuminate\Console\Command;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
class RunPhyreRepair extends Command
class RunRepair extends Command
{
/**
* The name and signature of the console command.