Skip to content

Commit

Permalink
update interfaces.Container.createChild to avoid receiving parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
notaphplover committed Apr 29, 2021
1 parent f76a933 commit d06d0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ namespace interfaces {
applyMiddleware(...middleware: Middleware[]): void;
snapshot(): void;
restore(): void;
createChild(containerOptions?: interfaces.ContainerOptions): Container;
createChild(): Container;
}

export type Bind = <T>(serviceIdentifier: ServiceIdentifier<T>) => BindingToSyntax<T>;
Expand Down

0 comments on commit d06d0b0

Please sign in to comment.