8000 add missing use statement · symfony/symfony@ac5f9fd · GitHub
[go: up one dir, main page]

Skip to content

Commit ac5f9fd

Browse files
committed
add missing use statement
1 parent 9a2bc59 commit ac5f9fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/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)
0