Skip to content

Commit 99a7193

Browse files
committed
Fix for rebuild command.
1 parent d359e02 commit 99a7193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nqxcode/LuceneSearch/Console/RebuildCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function fire()
3434

3535
if ($count === 0) {
3636
$this->comment(' No available models found. ');
37-
return;
37+
continue;
3838
}
3939

4040
$progress = new ProgressBar($this->getOutput(), $count);

0 commit comments

Comments
 (0)