Skip to content

Commit

Permalink
fix(di): change injector.resolve() visibility from private to protected
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Jul 3, 2023
1 parent 2c994cf commit c3c26f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/di/src/services/InjectorService.ts
Expand Up @@ -593,7 +593,7 @@ export class InjectorService extends Container {
* @param options
* @private
*/
private resolve<T>(
protected resolve<T>(
target: TokenProvider,
locals: LocalsContainer = new LocalsContainer(),
options: Partial<InvokeOptions<T>> = {}
Expand Down

0 comments on commit c3c26f4

Please sign in to comment.