Skip to content

Commit d626257

Browse files
committed
🔥 suppression de la commande crawl
1 parent f7f2216 commit d626257

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/Console/Kernel.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use Illuminate\Console\Scheduling\Schedule;
66
use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
7-
use Spatie\SiteSearch\Commands\CrawlCommand;
87

98
class Kernel extends ConsoleKernel
109
{
@@ -30,7 +29,6 @@ protected function schedule(Schedule $schedule)
3029
$schedule->command('lcm:post-article-to-twitter')->twiceDaily(12, 16);
3130
$schedule->command('lcm:post-article-to-telegram')->twiceDaily(13, 17);
3231
$schedule->command('sitemap:generate')->daily();
33-
$schedule->command(CrawlCommand::class)->everyThreeHours();
3432
}
3533

3634
/**

0 commit comments

Comments
 (0)