Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
Lung committed Apr 17, 2024
2 parents 3233dab + 7ecf4d5 commit e8a4722
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Event/EventType/Cej/EventTypeCej.php
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,9 @@ public function getMinimalPpCount(Event $event, Participant $participant): int
self::CONTINGENT_CZECHIA,
self::CONTINGENT_SLOVAKIA,
self::CONTINGENT_POLAND,
self::CONTINGENT_HUNGARY
=> 9,
self::CONTINGENT_HUNGARY,
=> 6,

default => $event->minimalPatrolParticipantsCount ?? 0,
};
Expand Down

0 comments on commit e8a4722

Please sign in to comment.