Skip to content

Commit 6f58dac

Browse files
bors[bot]Julien Colinetcurquiza
authored
Merge #89
89: Refacto rename indexName to indexUid r=curquiza a=blump this PR corrects the minor omnission of PR #69 Co-authored-by: Julien Colinet <[email protected]> Co-authored-by: Clémentine Urquizar <[email protected]>
2 parents a2b64b7 + 06981cc commit 6f58dac

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)