Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/660-task-custom-reports-tree-lis…
Browse files Browse the repository at this point in the history
…ting-endpoint' into 660-task-custom-reports-tree-listing-endpoint
  • Loading branch information
mcop1 committed Jan 9, 2025
2 parents cf34b5e + e3101e5 commit 6787984
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/CustomReport/Repository/CustomReportRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ public function loadForUser(User $user): array
);
}

public function loadForCurrentUser(): array {
public function loadForCurrentUser(): array
{
/** @var User $currentUser */
$currentUser = $this->securityService->getCurrentUser();

Expand Down

0 comments on commit 6787984

Please sign in to comment.