feat: standardize all custom Artisan commands with trustlab: namespace

This commit is contained in:
dyzulk
2026-01-07 10:14:17 +07:00
parent 187baf05d4
commit 03ff32475a
2 changed files with 1 additions and 81 deletions

View File

@@ -11,7 +11,7 @@ class NotifyCertificateExpirations extends Command
*
* @var string
*/
protected $signature = 'certificates:notify-expiring';
protected $signature = 'trustlab:notify-expiring';
/**
* The console command description.