Skip to content

Commit

Permalink
chore(): Run composer cs:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zak39 committed Aug 22, 2024
1 parent 61a9b70 commit fc82b22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Db/GroupFoldersGroupsMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ public function getSpacenamesGroupIds() {
)
->where('group_id not like :managerGroup')
->andWhere('group_id not like :userGroup')
->setParameter('managerGroup', 'SPACE-GE%')
->setParameter('userGroup', 'SPACE-U%')
;
->setParameter('managerGroup', 'SPACE-GE%')
->setParameter('userGroup', 'SPACE-U%')
;

return $qb->executeQuery()->fetchAll();
}
Expand Down

0 comments on commit fc82b22

Please sign in to comment.