From 5e0d0fd5d8bb53aedd8c2015b62d9d5f43ee898c Mon Sep 17 00:00:00 2001 From: pushrbx Date: Wed, 13 Nov 2024 19:29:02 +0000 Subject: [PATCH] added PromptsForMissingInput contract to IncrementalIndexer --- app/Console/Commands/Indexer/IncrementalIndexer.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Console/Commands/Indexer/IncrementalIndexer.php b/app/Console/Commands/Indexer/IncrementalIndexer.php index be50b37..490293d 100644 --- a/app/Console/Commands/Indexer/IncrementalIndexer.php +++ b/app/Console/Commands/Indexer/IncrementalIndexer.php @@ -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