8000 [HttpKernel] Fix missing use statement in RegisterControllerArgumentL… · symfony/symfony@dc2fe60 · GitHub
[go: up one dir, main page]

Skip to content

Commit dc2fe60

Browse files
committed
[HttpKernel] Fix missing use statement in RegisterControllerArgumentLocatorsPass
1 parent d662b21 commit dc2fe60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/HttpKernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php

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

1212
namespace Symfony\Component\HttpKernel\DependencyInjection;
1313

14+
use Symfony\Component\DependencyInjection\ChildDefinition;
1415
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
1516
use Symfony\Component\DependencyInjection\Compiler\ServiceLocatorTagPass;
1617
use Symfony\Component\DependencyInjection\ContainerBuilder;

0 commit comments

Comments
 (0)
0