We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10021a5 commit 36baee1Copy full SHA for 36baee1
cookbook/service_container/scopes.rst
@@ -209,6 +209,11 @@ your code. This should also be taken into account when declaring your service:
209
->setSynthetic(true)
210
->setSynchronized(true);
211
212
+.. caution::
213
+
214
+ The service using the synchronized service will need to be public in order have its
215
+ setter called when the scope changes.
216
217
.. _changing-service-scope:
218
219
Changing the Scope of your Service
0 commit comments