File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -175,6 +175,9 @@ each time you ask for it.
175175 - ' ../src/Entity/'
176176 - ' ../src/Kernel.php'
177177
178+ # order is important in this file because service definitions
179+ # always *replace* previous ones; add your own service configuration below
180+
178181 # ...
179182
180183 .. code-block :: xml
@@ -194,6 +197,9 @@ each time you ask for it.
194197 <!-- this creates a service per class whose id is the fully-qualified class name -->
195198 <prototype namespace =" App\" resource =" ../src/" exclude =" ../src/{DependencyInjection,Entity,Kernel.php}" />
196199
200+ <!-- order is important in this file because service definitions
201+ always *replace* previous ones; add your own service configuration below -->
202+
197203 <!-- ... -->
198204
199205 </services >
@@ -216,6 +222,9 @@ each time you ask for it.
216222 // this creates a service per class whose id is the fully-qualified class name
217223 $services->load('App\\', '../src/')
218224 ->exclude('../src/{DependencyInjection,Entity,Kernel.php}');
225+
226+ // order is important in this file because service definitions
227+ // always *replace* previous ones; add your own service configuration below
219228 };
220229
221230 .. tip ::
You can’t perform that action at this time.
0 commit comments