generated from boboko/starter
product custom fields
This commit is contained in:
@@ -2,7 +2,12 @@
|
||||
|
||||
use Illuminate\Foundation\Inspiring;
|
||||
use Illuminate\Support\Facades\Artisan;
|
||||
use Illuminate\Support\Facades\Schedule;
|
||||
|
||||
Artisan::command('inspire', function () {
|
||||
$this->comment(Inspiring::quote());
|
||||
})->purpose('Display an inspiring quote');
|
||||
|
||||
// Deletes custom-field photo uploads (CustomFieldUploadController) older than
|
||||
// 24h that no cart or order line references — see PruneCustomFieldUploads.
|
||||
Schedule::command('custom-fields:prune-uploads')->dailyAt('04:00');
|
||||
|
||||
Reference in New Issue
Block a user