Skip to content

Commit

Permalink
Merge pull request #451 from SSFGizmo/11.x
Browse files Browse the repository at this point in the history
fix: add missing 'executeQuery()'
  • Loading branch information
SSFGizmo authored Dec 8, 2023
2 parents f2c0503 + 20845fa commit e13b8de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/Repository/SysDmailCategoryRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public function selectSysDmailCategoryForContainer(int $uid) //: array|bool
)
)
->orderBy($orderBy)
->executeQuery()
->fetchAllAssociative();
}
}

0 comments on commit e13b8de

Please sign in to comment.