You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: user_guide_src/source/concepts/services.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ always return the same instance:
85
85
86
86
.. literalinclude:: services/003.php
87
87
88
-
.. note:: Since `v4.5.0`, the global function ``service()`` is recommended due to performance improvements on without parameter
88
+
.. note:: Since v4.5.0, when you don't pass parameters to the service, the global function ``service()`` is recommended due to performance improvements.
89
89
90
90
If the creation method requires additional parameters, they can be passed after the service name:
0 commit comments