mirror of
https://github.com/slawkens/myaac.git
synced 2026-03-17 00:13:32 +01:00
[WIP] Refactoring
This commit is contained in:
@@ -40,12 +40,4 @@ class Vocations
|
||||
public function getFrom(): array {
|
||||
return $this->vocationsFrom;
|
||||
}
|
||||
|
||||
public static function getBase($includingRook = true): array {
|
||||
return \MyAAC\Server\Vocations::getBase($includingRook);
|
||||
}
|
||||
|
||||
public static function getOriginal(int $id): ?int {
|
||||
return \MyAAC\Server\Vocations::getOriginal($id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user