mirror of
https://github.com/dyzulk/trustlab-api.git
synced 2026-01-26 05:15:35 +07:00
feat: complete Artisan command standardization (naming, class names, and scheduler sync)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user