fix(html): added validatiors to Autofac module
This commit is contained in:
parent
aac4b4373d
commit
5a993e85cb
1 changed files with 1 additions and 0 deletions
|
@ -8,5 +8,6 @@ public class NitrideHtmlModule : Module
|
||||||
protected override void Load(ContainerBuilder builder)
|
protected override void Load(ContainerBuilder builder)
|
||||||
{
|
{
|
||||||
builder.RegisterOperators(this);
|
builder.RegisterOperators(this);
|
||||||
|
builder.RegisterValidators(this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue