This commit is contained in:
Jeroen De Meerleer 2019-03-19 16:42:49 +01:00
parent 66cc09670d
commit d4d774aae6
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG Key ID: 28CCCB8F62BFADD6
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';
}