for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace TournamentGenerator\Containers;
/**
* Class TeamContainer
*
* Special container for teams.
* @package TournamentGenerator\Containers
* @author Tomáš Vojík <[email protected]>
*/
class TeamContainer extends BaseContainer
{
}