Skip to content

Commit

Permalink
changed skills to positions for Navigamus 25
Browse files Browse the repository at this point in the history
  • Loading branch information
Lung committed Nov 6, 2024
1 parent 97ed683 commit a40f233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Event/EventType/Navigamus/EventTypeNavigamus.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ protected function getPrice(Participant $participant): int
public function getContentArbiterIst(): ContentArbiterIst
{
$caIst = parent::getContentArbiterIst();
$caIst->skills = true;
$caIst->preferredPosition = true;
$caIst->tshirt = true;
$caIst->arrivalDate = true;
$caIst->departureDate = true;
Expand Down

0 comments on commit a40f233

Please sign in to comment.