Skip to content

Commit

Permalink
removed contingent from navgiamus25 IST
Browse files Browse the repository at this point in the history
  • Loading branch information
Lung committed Jan 17, 2025
1 parent ddd20d7 commit 0095fcf
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/Event/EventType/Navigamus/EventTypeNavigamus.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ protected function getPrice(Participant $participant): int
public function getContentArbiterIst(): ContentArbiterIst
{
$caIst = parent::getContentArbiterIst();
$caIst->contingent = true;
$caIst->food = true;
$caIst->preferredPosition = true;
$caIst->tshirt = true;
Expand All @@ -64,18 +63,6 @@ public function getContentArbiterPatrolParticipant(): ContentArbiterPatrolPartic
return $caPp;
}

/**
* @inheritDoc
*/
#[\Override]
public function getContingents(): array
{
return [
self::CONTINGENT_VOLUNTEER,
self::CONTINGENT_ORG,
];
}

/**
* @return array<string, string>
*/
Expand Down

0 comments on commit 0095fcf

Please sign in to comment.