Skip to content

Commit

Permalink
Another comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Jun 20, 2024
1 parent 9c9aeec commit ce5fcb1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ public function modifyQuery(ElementQueryInterface $query): void
/** @phpstan-ignore-next-line */
$ids = $rsvp->attending->ids();

/**
* Filters contacts by IDs matching those that are attending.
*/
$query->andWhere([
'id' => $ids,
]);
Expand Down

0 comments on commit ce5fcb1

Please sign in to comment.