diff --git a/routes/console.php b/routes/console.php index 68855b6..af56031 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")->dailyAt("00:00"); \ No newline at end of file +Schedule::command("app:scraping-data")->dailyAt("00:00"); \ No newline at end of file