mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-23 21:13:35 +00:00
fixed resolve method
This commit is contained in:
@@ -83,6 +83,6 @@ class Scope {
|
||||
}
|
||||
|
||||
// 2 Поиск зависимостей в родительском скоупе
|
||||
return _parentScope != null ? _parentScope!.tryResolve() : null;
|
||||
return _parentScope != null ? _parentScope!.tryResolve(named: named) : null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user