Rename all correction commands.

This commit is contained in:
James Cole
2024-12-27 06:56:08 +01:00
parent 2314ce8004
commit 062c148e43
31 changed files with 33 additions and 75 deletions

View File

@@ -50,7 +50,7 @@ use Illuminate\Database\QueryException;
use Illuminate\Support\Collection;
use Illuminate\Support\Facades\Log;
class ConvertDatesToUTC extends Command
class ConvertsDatesToUTC extends Command
{
use ShowsFriendlyMessages;
@@ -66,7 +66,7 @@ class ConvertDatesToUTC extends Command
*
* @var string
*/
protected $signature = 'firefly-iii:migrate-to-utc';
protected $signature = 'correction:convert-to-utc';
/**
* Execute the console command.