Skip to content

Commit

Permalink
fix: address ids
Browse files Browse the repository at this point in the history
  • Loading branch information
Katalam committed Jul 4, 2024
1 parent ddb32e4 commit ee218b4
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.7
- Fixed typo of addressids

## v0.7.6
- Added address creation to the address repository

Expand Down
2 changes: 1 addition & 1 deletion src/Query/ActivityBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public function estate(): static

public function address(): static
{
$this->estateOrAddress = 'addressid';
$this->estateOrAddress = 'addressids';

return $this;
}
Expand Down

0 comments on commit ee218b4

Please sign in to comment.