File tree 1 file changed +5
-9
lines changed
1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -86,15 +86,11 @@ injection; all dependencies of our objects were injected into their
86
86
constructors (for instance, the event dispatchers were injected into the
87
87
framework so that we had total control of its creation and configuration).
88
88
89
- Does it mean that we have to make a choice between flexibility,
90
- <<<<<<< .merge_file_8XJJxl
91
- customization, ease of testing and not having to copy and paste the same code
92
- =======
93
- customization, ease of testing and not to copy and paste the same code
94
- >>>>>>> .merge_file_kv38Yk
95
- into each application front controller? As you might expect, there is a
96
- solution. We can solve all these issues and some more by using the Symfony2
97
- dependency injection container:
89
+ Does it mean that we have to make a choice between flexibility, customization,
90
+ ease of testing and not to copy and paste the same code into each application
91
+ front controller? As you might expect, there is a solution. We can solve all
92
+ these issues and some more by using the Symfony2 dependency injection
93
+ container:
98
94
99
95
.. code-block :: json
100
96
You can’t perform that action at this time.
0 commit comments