8000 [FrameworkBundle] Routing: Use router instead of router.real by francisbesset · Pull Request #78 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[FrameworkBundle] Routing: Use router instead of router.real #78

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

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
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
Use router instead of router.real in the definition of router.cache_w…
…armer service
  • Loading branch information
Francis Besset committed Feb 22, 2011
commit fe696e16c68feb244c2bd1955cb89e80fc1d78a2
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@

<service id="router.cache_warmer" class="%router.cache_warmer.class%" public="false">
<tag name="kernel.cache_warmer" />
<argument type="service" id="router.real" />
<argument type="service" id="router" />
</service>
</services>
</container>
0