There was an error while loading. Please reload this page.
1 parent 9bbee80 commit 4eff5c6Copy full SHA for 4eff5c6
1 file changed
src/Commands/CrawlCommand.php
@@ -3,9 +3,10 @@
3
namespace Spatie\SiteSearch\Commands;
4
5
use Illuminate\Console\Command;
6
+use Illuminate\Contracts\Console\Isolatable;
7
use Spatie\SiteSearch\Models\SiteSearchConfig;
8
-class CrawlCommand extends Command
9
+class CrawlCommand extends Command implements Isolatable
10
{
11
public $signature = 'site-search:crawl {--sync}';
12
0 commit comments