feat: complete Artisan command standardization (naming, class names, and scheduler sync)

This commit is contained in:
dyzulk
2026-01-07 10:16:33 +07:00
parent 03ff32475a
commit f237c1ac8c
3 changed files with 3 additions and 3 deletions

View File

@@ -8,4 +8,4 @@ Artisan::command('inspire', function () {
$this->comment(Inspiring::quote());
})->purpose('Display an inspiring quote');
Schedule::command('certificates:notify-expiring')->daily();
Schedule::command('trustlab:notify-expiring')->daily();