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 9b8cbf4 commit a5a1b16Copy full SHA for a5a1b16
components/dependency_injection/lazy_services.rst
@@ -43,8 +43,8 @@ the `ProxyManager bridge`_:
43
"ocramius/proxy-manager": "0.4.*"
44
}
45
46
- to your ``composer.json``. Afterwards compile your container and check if you
47
- get a proxy for your lazy services.
+ to your ``composer.json``. Afterwards compile your container and check
+ to make sure that you get a proxy for your lazy services.
48
49
Configuration
50
-------------
@@ -87,7 +87,7 @@ received object.
87
var_dump(class_implements($service));
88
89
If the class implements the "ProxyManager\Proxy\LazyLoadingInterface" your lazy
90
-loaded services will work as expected.
+loaded services are working.
91
92
.. note::
93
0 commit comments