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

11 lines
108 B
PHP
Raw Normal View History

2022-03-02 06:24:27 +00:00
<?php
namespace App\Teamtable;
/**
* Represents a team in the teamtable
*/
class Team
{
// TODO...
}