added PromptsForMissingInput contract to IncrementalIndexer

This commit is contained in:
pushrbx 2024-11-13 19:29:02 +00:00
parent e213318869
commit 5e0d0fd5d8
No known key found for this signature in database
GPG Key ID: A16A474BBC2C91D9

View File

@ -3,10 +3,11 @@
namespace App\Console\Commands\Indexer;
use Illuminate\Console\Command;
use Illuminate\Contracts\Console\PromptsForMissingInput;
use Illuminate\Support\Facades\Storage;
use Illuminate\Support\Facades\Validator;
class IncrementalIndexer extends Command
class IncrementalIndexer extends Command implements PromptsForMissingInput
{
/**
* @var bool