This commit is contained in:
Jeroen De Meerleer 2019-03-19 16:42:49 +01:00
parent 7be3b2f0ab
commit 0aad61effe
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ class TournamentSystem extends Enum
const Swiss = 'Swiss';
const Closed = 'Closed';
const American = 'American';
const Imperial = 'Imperal';
const Imperial = 'Imperial';
}