Skip to content

Commit b318ff4

Browse files
committed
Unbreak rejudgingpage
1 parent e596a3b commit b318ff4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webapp/src/Form/Type/RejudgingType.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use App\Entity\Problem;
99
use App\Entity\Team;
1010
use App\Entity\User;
11-
use App\Service\DOMJudgeService;
11+
use App\Service\ConfigurationService;
1212
use Doctrine\ORM\EntityManagerInterface;
1313
use Doctrine\ORM\EntityRepository;
1414
use Symfony\Bridge\Doctrine\Form\Type\EntityType;
@@ -25,7 +25,7 @@
2525

2626
class RejudgingType extends AbstractType
2727
{
28-
public function __construct(protected readonly DOMJudgeService $dj, protected readonly EntityManagerInterface $em)
28+
public function __construct(protected readonly ConfigurationService $config, protected readonly EntityManagerInterface $em)
2929
{
3030
}
3131

0 commit comments

Comments
 (0)