This repository has been archived on 2023-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
web/app/lib/App/Teamtable/Team.php
2022-03-02 07:24:27 +01:00

11 lines
108 B
PHP

<?php
namespace App\Teamtable;
/**
* Represents a team in the teamtable
*/
class Team
{
// TODO...
}