add missing use statement

This commit is contained in:
Christian Flothmann 2016-10-05 18:00:01 +02:00
parent f4fe36a4e1
commit 32451b1a09
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ namespace Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
class AddConstraintValidatorsPass implements CompilerPassInterface
{