mirror of
https://github.com/dyzulk/trustlab-api.git
synced 2026-01-26 13:22:05 +07:00
feat: complete Artisan command standardization (naming, class names, and scheduler sync)
This commit is contained in:
@@ -7,7 +7,7 @@ use Illuminate\Console\Command;
|
||||
use Illuminate\Support\Facades\Cache;
|
||||
use Illuminate\Support\Str;
|
||||
|
||||
class MagicLinkCommand extends Command
|
||||
class TrustLabMagicLink extends Command
|
||||
{
|
||||
/**
|
||||
* The name and signature of the console command.
|
||||
@@ -4,7 +4,7 @@ namespace App\Console\Commands;
|
||||
|
||||
use Illuminate\Console\Command;
|
||||
|
||||
class NotifyCertificateExpirations extends Command
|
||||
class TrustLabNotifyExpiring extends Command
|
||||
{
|
||||
/**
|
||||
* The name and signature of the console command.
|
||||
Reference in New Issue
Block a user