Skip to content

Commit

Permalink
Unbreak rejudgingpage
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Dec 6, 2024
1 parent 04647c2 commit 2c46f44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/src/Form/Type/RejudgingType.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use App\Entity\Problem;
use App\Entity\Team;
use App\Entity\User;
use App\Service\DOMJudgeService;
use App\Service\ConfigurationService;
use Doctrine\ORM\EntityManagerInterface;
use Doctrine\ORM\EntityRepository;
use Symfony\Bridge\Doctrine\Form\Type\EntityType;
Expand All @@ -25,7 +25,7 @@

class RejudgingType extends AbstractType
{
public function __construct(protected readonly DOMJudgeService $dj, protected readonly EntityManagerInterface $em)
public function __construct(protected readonly ConfigurationService $config, protected readonly EntityManagerInterface $em)
{
}

Expand Down

0 comments on commit 2c46f44

Please sign in to comment.