select box

This commit is contained in:
antv
2026-07-13 16:28:44 +07:00
parent f0a25b840c
commit 47a8892623
24 changed files with 889 additions and 302 deletions
+3 -1
View File
@@ -8,4 +8,6 @@ Artisan::command('inspire', function () {
$this->comment(Inspiring::quote());
})->purpose('Display an inspiring quote');
Schedule::command('cards:reset')->monthlyOn(1, '00:00');
Schedule::command('cards:reset')->dailyAt('23:59')->when(function () {
return \Carbon\Carbon::now()->isLastOfMonth();
});