From c384544090580f1c860f2fa0b3169ec8823d97bf Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Fri, 3 Dec 2021 11:22:02 +0100 Subject: [PATCH] Fixed link (#7731) Fixes #7169 Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- developer_manual/basics/dependency_injection.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/basics/dependency_injection.rst b/developer_manual/basics/dependency_injection.rst index 1246fcb45..d843c09a5 100644 --- a/developer_manual/basics/dependency_injection.rst +++ b/developer_manual/basics/dependency_injection.rst @@ -177,7 +177,7 @@ So basically the container is used as a giant factory to build all the classes t Use automatic dependency assembly (recommended) ----------------------------------------------- -In Nextcloud it is possible to build classes and their dependencies without having to explicitly register them on the container, as long as the container can `reflect `_ the constructor and look up the parameters by their type. This concept is widely known as *auto-wiring*. +In Nextcloud it is possible to build classes and their dependencies without having to explicitly register them on the container, as long as the container can `reflect `_ the constructor and look up the parameters by their type. This concept is widely known as *auto-wiring*. How does auto-wiring work ^^^^^^^^^^^^^^^^^^^^^^^^^