mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-23 21:13:35 +00:00
fix: support passing params when resolving dependency recursively in parent scope.
This commit is contained in:
@@ -130,6 +130,6 @@ class Scope {
|
||||
}
|
||||
|
||||
// 2 Поиск зависимостей в родительском скоупе
|
||||
return _parentScope?.tryResolve(named: named);
|
||||
return _parentScope?.tryResolve(named: named, params: params);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user