WIP: Implement application process

This commit is contained in:
Björn Fromme
2023-10-09 14:42:37 +02:00
parent 8e3499581a
commit abced8c924
26 changed files with 802 additions and 138 deletions
+5
View File
@@ -692,6 +692,11 @@ class Teamer implements TimestampableEntityInterface
return $this;
}
public function hasPickup(int $pickupId): bool
{
return in_array($pickupId, $this->getPickups());
}
public function getLanguage(): ?string
{
return $this->language;