Skip to content

Commit cb095fb

Browse files
committed
Fix unit tests
Signed-off-by: Joas Schilling <[email protected]>
1 parent 9ffc8e6 commit cb095fb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/Model/SelectHelper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ public function selectAttendeesTable(IQueryBuilder $query, string $alias = 'a'):
7272
->addSelect($alias . 'read_privacy')
7373
->addSelect($alias . 'publishing_permissions')
7474
->addSelect($alias . 'access_token')
75+
->addSelect($alias . 'remote_id')
7576
->selectAlias($alias . 'id', 'a_id');
7677
}
7778

0 commit comments

Comments
 (0)