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.
2 parents ae6fa19 + 2137515 commit 4f830edCopy full SHA for 4f830ed
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