diff --git a/src/Service/Indexer/InternalResourceIndexer.php b/src/Service/Indexer/InternalResourceIndexer.php index cd10ec5..4b19168 100644 --- a/src/Service/Indexer/InternalResourceIndexer.php +++ b/src/Service/Indexer/InternalResourceIndexer.php @@ -146,7 +146,7 @@ public function index(): IndexerStatus $total = count($paths); $this->progressHandler->start($total); - $this->indexResources($param, $this->finder->findAll()); + $this->indexResources($param, $paths); } finally { $lock->release(); $this->progressHandler->finish();