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 ca09944 commit a1690e8Copy full SHA for a1690e8
user_guide_src/source/concepts/services.rst
@@ -37,7 +37,7 @@ come in handy.
37
Instead of creating the instance ourself, we let a central class create an instance of the
38
class for us. This class is kept very simple. It only contains a method for each class that we want
39
to use as a service. The method typically returns a **shared instance** of that class, passing any dependencies
40
-it might have into it. Then, we would replace our timer creation code with code that calls this global function or Service class:
+it might have into it. Then, we would replace our timer creation code with code that calls this global function or Services class:
41
42
.. literalinclude:: services/002.php
43
0 commit comments