|
|
@ -95,7 +95,6 @@ namespace Squidex.Config.Domain |
|
|
services.AddSingletonAs<UserFluidExtension>() |
|
|
services.AddSingletonAs<UserFluidExtension>() |
|
|
.As<IFluidExtension>(); |
|
|
.As<IFluidExtension>(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
services.AddSingleton<Func<IIncomingGrainCallContext, string>>(DomainObjectGrainFormatter.Format); |
|
|
services.AddSingleton<Func<IIncomingGrainCallContext, string>>(DomainObjectGrainFormatter.Format); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|