Skip to content

Commit 4657401

Browse files
author
Julien Colinet
committed
Refacto rename indexName to indexUid
this PR corrects the minor omnission of PR # 69
1 parent e4e7f56 commit 4657401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Engine.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function remove($searchableEntities): array
7979
if (null === $searchableArray || 0 === \count($searchableArray)) {
8080
continue;
8181
}
82-
$indexUid = $entity->getIndexName();
82+
$indexUid = $entity->getIndexUid();
8383

8484
if (!isset($data[$indexUid])) {
8585
$data[$indexUid] = [];

0 commit comments

Comments
 (0)