Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3e29aee

Browse filesBrowse files
committed
minor #12977 Update service_container.rst (l-vo)
This PR was merged into the 5.0 branch. Discussion ---------- Update service_container.rst Controller base class doesn't exist anymore in SF 5.0 Commits ------- 3d75d9a Update service_container.rst
2 parents df18898 + 3d75d9a commit 3e29aee
Copy full SHA for 3e29aee

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎service_container.rst

Copy file name to clipboardExpand all lines: service_container.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ this file is ``public: false`` by default.
812812

813813
What does this mean? When a service **is** public, you can access it directly
814814
from the container object, which is accessible from any controller that extends
815-
``Controller``::
815+
:class:`Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController`::
816816

817817
use App\Service\MessageGenerator;
818818

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.