diff --git a/routes/console.php b/routes/console.php index e718d8f..68855b6 100755 --- a/routes/console.php +++ b/routes/console.php @@ -8,4 +8,4 @@ Artisan::command('inspire', function () { $this->comment(Inspiring::quote()); })->purpose('Display an inspiring quote')->hourly(); -Schedule::command("app:execute-scraping")->daily(); \ No newline at end of file +Schedule::command("app:execute-scraping")->dailyAt("00:00"); \ No newline at end of file