diff --git a/service_container/3.3-di-changes.rst b/service_container/3.3-di-changes.rst index 2ba6a67156f..678aab69364 100644 --- a/service_container/3.3-di-changes.rst +++ b/service_container/3.3-di-changes.rst @@ -373,7 +373,8 @@ The third big change is that, in a new Symfony 3.3 project, your controllers are // app/config/services.php // ... - + + $definition->addTag('controller.service_arguments'); $this->registerClasses($definition, 'AppBundle\\Controller\\', '../../src/AppBundle/Controller/*'); But, you might not even notice this. First, your controllers *can* still extend