Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Jul 1, 2024
1 parent 661b1c1 commit c13fa94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/DataFixtures/DefaultData/RoleFixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function load(ObjectManager $manager): void
'api_writer' => 'API writer',
'api_source_reader' => 'Source code reader',
'clarification_rw' => 'Clarification handler',
'api_problem_change' => 'API Problem Changer'
'api_problem_change' => 'API Problem Changer',
'api_contest_change' => 'API Contest Changer'
];
foreach ($roles as $roleName => $description) {
Expand Down

0 comments on commit c13fa94

Please sign in to comment.