Fixed link (#7731)

Fixes #7169 

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
rakekniven
2021-12-03 11:22:02 +01:00
committed by GitHub
parent e773389fe3
commit c384544090

View File

@@ -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 <reflection>`_ 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 <https://www.php.net/manual/en/book.reflection.php>`_ the constructor and look up the parameters by their type. This concept is widely known as *auto-wiring*.
How does auto-wiring work
^^^^^^^^^^^^^^^^^^^^^^^^^