Skip to content

Commit

Permalink
Fix InvalidArgumentException import.
Browse files Browse the repository at this point in the history
  • Loading branch information
meisterT committed Feb 28, 2025
1 parent 8e0cb13 commit 63444e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/Service/DOMJudgeService.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
use Doctrine\ORM\NoResultException;
use Doctrine\ORM\Query\Expr\Join;
use Doctrine\ORM\QueryBuilder;
use http\Exception\InvalidArgumentException;
use InvalidArgumentException;
use Psr\Log\LoggerInterface;
use ReflectionClass;
use Symfony\Component\DependencyInjection\Attribute\Autowire;
Expand Down

0 comments on commit 63444e7

Please sign in to comment.