We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830117f commit e8c1e4bCopy full SHA for e8c1e4b
webapp/migrations/Version20240629154640.php
@@ -9,7 +9,8 @@
9
10
final class Version20240629154640 extends AbstractMigration
11
{
12
- private const NEW_ROLES = ['api_problem_change' => 'API Problem Changer'];
+ private const NEW_ROLES = ['api_problem_change' => 'API Problem Changer',
13
+ 'api_contest_change' => 'API Contest Changer'];
14
15
public function getDescription(): string
16
0 commit comments