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 e596a3b commit b318ff4Copy full SHA for b318ff4
webapp/src/Form/Type/RejudgingType.php
@@ -8,7 +8,7 @@
8
use App\Entity\Problem;
9
use App\Entity\Team;
10
use App\Entity\User;
11
-use App\Service\DOMJudgeService;
+use App\Service\ConfigurationService;
12
use Doctrine\ORM\EntityManagerInterface;
13
use Doctrine\ORM\EntityRepository;
14
use Symfony\Bridge\Doctrine\Form\Type\EntityType;
@@ -25,7 +25,7 @@
25
26
class RejudgingType extends AbstractType
27
{
28
- public function __construct(protected readonly DOMJudgeService $dj, protected readonly EntityManagerInterface $em)
+ public function __construct(protected readonly ConfigurationService $config, protected readonly EntityManagerInterface $em)
29
30
}
31
0 commit comments