Skip to content

Commit c13fa94

Browse files
committed
Fixup
1 parent 661b1c1 commit c13fa94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/DataFixtures/DefaultData/RoleFixture.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function load(ObjectManager $manager): void
2929
'api_writer' => 'API writer',
3030
'api_source_reader' => 'Source code reader',
3131
'clarification_rw' => 'Clarification handler',
32-
'api_problem_change' => 'API Problem Changer'
32+
'api_problem_change' => 'API Problem Changer',
3333
'api_contest_change' => 'API Contest Changer'
3434
];
3535
foreach ($roles as $roleName => $description) {

0 commit comments

Comments
 (0)