summaryrefslogtreecommitdiff
path: root/includes/util/travelling.inc
blob: b1479fb6282f76482477f9eac1e2427e9b76b277 (plain)
1
2
3
4
5
<?php

function withTravelers(array $members): array {
    return $members;
}