From c8d1b49880066829c83884d8435cd6a8a50098ac Mon Sep 17 00:00:00 2001 From: Patrick Nelson Date: Sun, 22 Aug 2021 00:46:20 -0700 Subject: [PATCH] Adding spider food for SEO purposes. --- docs/en/02_Developer_Guides/05_Extending/05_Injector.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en/02_Developer_Guides/05_Extending/05_Injector.md b/docs/en/02_Developer_Guides/05_Extending/05_Injector.md index 475f4295e..cfcf37409 100644 --- a/docs/en/02_Developer_Guides/05_Extending/05_Injector.md +++ b/docs/en/02_Developer_Guides/05_Extending/05_Injector.md @@ -276,7 +276,8 @@ By default, services registered with Injector do not inherit from one another; T named services, which may not be actual classes, and thus should not behave as though they were. Thus if you want an object to have the injected dependencies of a service of another name, you must -assign a reference to that service. +assign a reference to that service. References are denoted by using a percent and dollar sign, like in the +YAML configuration example below. ```yaml SilverStripe\Core\Injector\Injector: