Skip to content

Commit

Permalink
#112 : Champions league type for #113 include/exclude support
Browse files Browse the repository at this point in the history
  • Loading branch information
axel3rd committed Sep 4, 2019
1 parent 3841c8f commit 0b1325c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

public enum ChampionshipType {

LIGUE_1(1), PREMIER_LEAGUE(2), LIGA(3), LIGUE_2(4), SERIE_A(5);
LIGUE_1(1), PREMIER_LEAGUE(2), LIGA(3), LIGUE_2(4), SERIE_A(5), CHAMPIONS_LEAGUE(6);

private final int value;

Expand Down

0 comments on commit 0b1325c

Please sign in to comment.