inject
This commit is contained in:
parent
98d9913b16
commit
fea3184be1
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ class RequestContext extends Extensible {
|
|||
return ctx;
|
||||
}
|
||||
|
||||
void inject(Type type, value) {
|
||||
void inject(type, value) {
|
||||
injections[type] = value;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue