Skip to content

Commit 19493af

Browse files
committed
Merge pull request #3199 from szjani/patch-1
Fixed namespace separator
2 parents b237ea8 + e9981ae commit 19493af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dependency_injection/lazy_services.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ received object.
8686
8787
var_dump(class_implements($service));
8888
89-
If the class implements the "ProxyManager\Proxy\LazyLoadingInterface" your lazy
89+
If the class implements the "ProxyManager\\Proxy\\LazyLoadingInterface" your lazy
9090
loaded services are working.
9191

9292
.. note::

0 commit comments

Comments
 (0)