[HttpKernel] Fix missing use statement in RegisterControllerArgumentLocatorsPass

This commit is contained in:
Robin Chalas 2017-04-06 19:34:08 +02:00
parent d662b2152d
commit dc2fe604a2

View File

@ -11,6 +11,7 @@
namespace Symfony\Component\HttpKernel\DependencyInjection;
use Symfony\Component\DependencyInjection\ChildDefinition;
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
use Symfony\Component\DependencyInjection\Compiler\ServiceLocatorTagPass;
use Symfony\Component\DependencyInjection\ContainerBuilder;