Skip to content

Commit 613ac94

Browse files
committed
add missing use statement
1 parent 0b7c3f2 commit 613ac94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DependencyInjection/Compiler/AddConstraintValidatorsPass.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
use Symfony\Component\DependencyInjection\ContainerBuilder;
1515
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
16+
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
1617

1718
class AddConstraintValidatorsPass implements CompilerPassInterface
1819
{

0 commit comments

Comments
 (0)