Skip to content

Commit 2ca8abd

Browse files
committed
chore: Removed unused reference to IOptions<ContentOptions> contentOptions
Removed unused reference to IOptions<ContentOptions> contentOptions from ContentDefinitionService
1 parent 7bfb7b0 commit 2ca8abd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/OrchardCore.Modules/OrchardCore.ContentTypes/Services/ContentDefinitionService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ public ContentDefinitionService(
2424
IEnumerable<IContentDefinitionEventHandler> contentDefinitionEventHandlers,
2525
IEnumerable<ContentPart> contentParts,
2626
IEnumerable<ContentField> contentFields,
27-
IOptions<ContentOptions> contentOptions,
2827
IOptions<ContentTypesOptions> contentTypesOptions,
2928
ILogger<ContentDefinitionService> logger,
3029
IStringLocalizer<ContentDefinitionService> stringLocalizer)

0 commit comments

Comments
 (0)