We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bfb7b0 commit 2ca8abdCopy full SHA for 2ca8abd
src/OrchardCore.Modules/OrchardCore.ContentTypes/Services/ContentDefinitionService.cs
@@ -24,7 +24,6 @@ public ContentDefinitionService(
24
IEnumerable<IContentDefinitionEventHandler> contentDefinitionEventHandlers,
25
IEnumerable<ContentPart> contentParts,
26
IEnumerable<ContentField> contentFields,
27
- IOptions<ContentOptions> contentOptions,
28
IOptions<ContentTypesOptions> contentTypesOptions,
29
ILogger<ContentDefinitionService> logger,
30
IStringLocalizer<ContentDefinitionService> stringLocalizer)
0 commit comments