We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae6fa19 commit 2137515Copy full SHA for 2137515
src/Persister/ObjectPersister.php
@@ -92,7 +92,7 @@ public function deleteOne($object)
92
*/
93
public function deleteById($id, $routing = false)
94
{
95
- $this->deleteManyByIdentifiers([$id]);
+ $this->deleteManyByIdentifiers([$id], $routing);
96
}
97
98
/**
0 commit comments