diff --git a/components/dependency_injection/lazy_services.rst b/components/dependency_injection/lazy_services.rst index 8f80997777b..76afcc967fd 100644 --- a/components/dependency_injection/lazy_services.rst +++ b/components/dependency_injection/lazy_services.rst @@ -86,7 +86,7 @@ received object. var_dump(class_implements($service)); -If the class implements the "ProxyManager\Proxy\LazyLoadingInterface" your lazy +If the class implements the "ProxyManager\\Proxy\\LazyLoadingInterface" your lazy loaded services are working. .. note::