Skip to content

Commit 06981cc

Browse files
authored
Update src/Engine.php
1 parent 2a7ea27 commit 06981cc

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
@@ -85,7 +85,7 @@ public function remove($searchableEntities): array
8585
$data[$indexUid] = [];
8686
}
8787

88-
$data[$indexUid][] = $searchableArray['id'];
88+
$data[$indexUid][] = $entity->getId();
8989
}
9090

9191
$result = [];

0 commit comments

Comments
 (0)