Skip to content

Commit

Permalink
fix: remove typo from estate file builder delete method
Browse files Browse the repository at this point in the history
  • Loading branch information
Katalam committed Jun 3, 2024
1 parent 9313337 commit dfa1f6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
## main

## v0.7.2
- Fixed a typo where the delete method of estate files returns an error

## v0.7.1
- Added delete to estate file repository

Expand Down
2 changes: 1 addition & 1 deletion src/Query/EstateFileBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public function delete(int $id): bool
OnOfficeResourceType::FileRelation,
parameters: [
'fileId' => $id,
'parentId' => $this->estateId,
'parentid' => $this->estateId,
'relationtype' => 'estate',
],
);
Expand Down

0 comments on commit dfa1f6f

Please sign in to comment.