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 d359e02 commit 99a7193Copy full SHA for 99a7193
src/Nqxcode/LuceneSearch/Console/RebuildCommand.php
@@ -34,7 +34,7 @@ public function fire()
34
35
if ($count === 0) {
36
$this->comment(' No available models found. ');
37
- return;
+ continue;
38
}
39
40
$progress = new ProgressBar($this->getOutput(), $count);
0 commit comments