Skip to content

Commit

Permalink
Fix #4
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienHarper committed Dec 5, 2018
1 parent ca37e6b commit d289dd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ private function dissociate(EntityManager $em, $source, $target, $id, array $map
'table' => isset($mapping['joinTable']['name']) ?? '',
],
'table' => $meta->table['name'],
'id' => $id,
'id' => $this->id($em, $source),
]);
}

Expand Down

0 comments on commit d289dd2

Please sign in to comment.