We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7f2216 commit d626257Copy full SHA for d626257
app/Console/Kernel.php
@@ -4,7 +4,6 @@
4
5
use Illuminate\Console\Scheduling\Schedule;
6
use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
7
-use Spatie\SiteSearch\Commands\CrawlCommand;
8
9
class Kernel extends ConsoleKernel
10
{
@@ -30,7 +29,6 @@ protected function schedule(Schedule $schedule)
30
29
$schedule->command('lcm:post-article-to-twitter')->twiceDaily(12, 16);
31
$schedule->command('lcm:post-article-to-telegram')->twiceDaily(13, 17);
32
$schedule->command('sitemap:generate')->daily();
33
- $schedule->command(CrawlCommand::class)->everyThreeHours();
34
}
35
36
/**
0 commit comments