add sync to leader dashboard new from google spreadsheet
This commit is contained in:
@@ -8,4 +8,5 @@ Artisan::command('inspire', function () {
|
||||
$this->comment(Inspiring::quote());
|
||||
})->purpose('Display an inspiring quote')->hourly();
|
||||
|
||||
Schedule::command("app:scraping-data")->dailyAt("00:00");
|
||||
Schedule::command("app:scraping-leader-data")->dailyAt("00:00");
|
||||
Schedule::command("app:scraping-data")->dailyAt("00:30");
|
||||
Reference in New Issue
Block a user