Skip to content

Commit

Permalink
fix log of class name being indexed
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-in-a-hat authored Jun 20, 2024
1 parent bd56514 commit 9bf4368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tasks/AlgoliaReindex.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function run($request)
echo sprintf(
'| Found %s %s remaining to index which match filter (%s)%s',
$items->count(),
$targetClass,
$candidate,
implode(',', array_merge([$filter], [$indexFilters[$candidate] ?? ''])),
PHP_EOL
);
Expand Down

0 comments on commit 9bf4368

Please sign in to comment.