We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15fcc4c commit 3d75d9aCopy full SHA for 3d75d9a
service_container.rst
@@ -812,7 +812,7 @@ this file is ``public: false`` by default.
812
813
What does this mean? When a service **is** public, you can access it directly
814
from the container object, which is accessible from any controller that extends
815
-``Controller``::
+:class:`Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController`::
816
817
use App\Service\MessageGenerator;
818
0 commit comments