Skip to content

Commit

Permalink
Fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
suraj-webkul committed Jun 18, 2024
1 parent e99c966 commit 4b1785f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ public function delete($id)

$organization->persons()->delete();

$this->attributeValueRepository->deleteWhere([
'entity_id' => $id,
]);

$organization->delete($id);
}
}

0 comments on commit 4b1785f

Please sign in to comment.