8000 Synchronized Service alternative, backwards compatible by fabpot · Pull Request #8904 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Synchronized Service alternative, backwards compatible #8904

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Sep 8, 2013
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[HttpKernel] changed request_stack to a private service
  • Loading branch information
fabpot committed Sep 7, 2013
commit a58a8a69fd7e6922547a827037d182e29fb13211
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<argument type="service" id="request_stack" />
</service>

<service id="request_stack" class="%request_stack.class%">
<service id="request_stack" class="%request_stack.class%" public="false">
</service>

<service id="request_context" class="%request_context.class%">
Expand Down
0