Skip to content

Commit

Permalink
Merge cfafc0d into bd087e1
Browse files Browse the repository at this point in the history
  • Loading branch information
toshiossada committed Jun 25, 2020
2 parents bd087e1 + cfafc0d commit eefff72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ class TabModule extends WidgetModule {
@override
List<Bind> get binds => [
Bind((i) => TabBloc(repository: i.get<TabRepository>())),
Bind((i) => TabBloc(repository: i())),
Bind((i) => TabRepository()),
];
Expand Down
2 changes: 1 addition & 1 deletion README.pt-br.md
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ class TabModule extends WidgetModule {
@override
List<Bind> get binds => [
Bind((i) => TabBloc(repository: i.get<TabRepository>())),
Bind((i) => TabBloc(repository: i())),
Bind((i) => TabRepository()),
];
Expand Down

0 comments on commit eefff72

Please sign in to comment.