8000 [FrameworkBundle] remove mention of the old Controller class · symfony/symfony@057635b · GitHub
[go: up one dir, main page]

Skip to content

Commit 057635b

Browse files
[FrameworkBundle] remove mention of the old Controller class
1 parent bf6d384 commit 057635b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,6 @@ public function load(array $configs, ContainerBuilder $container)
392392
->addTag('controller.argument_value_resolver');
393393
$container->registerForAutoconfiguration(AbstractController::class)
394394
->addTag('controller.service_arguments');
395-
$container->registerForAutoconfiguration('Symfony\Bundle\FrameworkBundle\Controller\Controller')
396-
->addTag('controller.service_arguments');
397395
$container->registerForAutoconfiguration(DataCollectorInterface::class)
398396
->addTag('data_collector');
399397
$container->registerForAutoconfiguration(FormTypeInterface::class)

0 commit comments

Comments
 (0)
0