Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit b6b646b

Browse files
committed
Merge branch 'hotfix/163'
Close #163
2 parents 69882b8 + 9a9f816 commit b6b646b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/book/configuring-the-service-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ constructor. The following keys are:
88
- `abstract_factories`: a list of abstract factories classes. An abstract
99
factory is a factory that can potentially create any object, based on some
1010
criterias.
11-
- `delegators`: TODO (delegators are described in their own section).
11+
- `delegators`: an associative array that maps service keys to lists of delegator factory keys, see the [delegators documentation](delegators.md) for more details.
1212
- `aliases`: associative array that map a key to a service key (or another alias).
1313
- `initializers`: a list of callable or initializers that are run whenever a service has been created.
1414
- `shared`: associative array that map a service name to a boolean, in order to

0 commit comments

Comments
 (0)