Skip to content

Commit

Permalink
fix stub
Browse files Browse the repository at this point in the history
  • Loading branch information
mateus4k authored Jun 4, 2024
1 parent 129c691 commit b0f403f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/make/middleware/detect_user_locale.stub
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default class {{ middlewareName }} {
* Binding I18n class to the request specific instance of it.
* Doing so will allow IoC container to resolve an instance
* of request specific i18n object when I18n class is
* injected somwhere.
* injected somewhere.
*/
ctx.containerResolver.bindValue(I18n, ctx.i18n)

Expand Down

0 comments on commit b0f403f

Please sign in to comment.