Commit d48bcc61 authored by Fabien Potencier's avatar Fabien Potencier

Merge branch '1.2'

* 1.2:
  Update service_controller.rst
parents 45bd7086 0a4d5c05
......@@ -15,7 +15,7 @@ Why would I want to do this?
Using this method, you can inject the actual dependencies required by your
controller and gain total inversion of control, while still maintaining the
lazy loading of your controllers and it's dependencies. Because your
lazy loading of your controllers and its dependencies. Because your
dependencies are clearly defined, they are easily mocked, allowing you to test
your controllers in isolation.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment