1 | <?php |
||
22 | class Competition extends TournamentHierarchyEntity implements CompetitionInterface |
||
23 | { |
||
24 | use \Tfboe\FmLib\Entity\Traits\Competition; |
||
25 | |||
26 | //<editor-fold desc="Constructor"> |
||
27 | |||
28 | /** |
||
29 | * Competition constructor. |
||
30 | */ |
||
31 | public function __construct() |
||
36 | //</editor-fold desc="Constructor"> |
||
37 | } |