select box
This commit is contained in:
+3
-1
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user