change command scraping
This commit is contained in:
@@ -8,4 +8,4 @@ Artisan::command('inspire', function () {
|
||||
$this->comment(Inspiring::quote());
|
||||
})->purpose('Display an inspiring quote')->hourly();
|
||||
|
||||
Schedule::command("app:execute-scraping")->dailyAt("00:00");
|
||||
Schedule::command("app:scraping-data")->dailyAt("00:00");
|
||||
Reference in New Issue
Block a user