Skip to content

Commit

Permalink
cs fix, update
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-stanek committed Nov 13, 2024
1 parent 4ebaf18 commit f1a4c4c
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 58 deletions.
3 changes: 2 additions & 1 deletion app/Services/ApplicationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,8 @@ public function transferRegistration(User $sourceUser, User $targetUser, User $c
$addSubevents->add($subevent);
}
}
$addSubeventsFiltered = clone($addSubevents);

$addSubeventsFiltered = clone$addSubevents;

// odebrání podakcí, které už cílový uživatel má, ale budou mu přidány převodem
foreach ($targetUser->getNotCanceledSubeventsApplications() as $application) {
Expand Down
114 changes: 57 additions & 57 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f1a4c4c

Please sign in to comment.