Skip to content

Commit 6458bb4

Browse files
BenWhite27AndyButland
authored andcommitted
Don't use non-generic ILogger as a fallback in BlockEditorPropertyValueEditor (#20532)
Update logger service retrieval in BlockEditorPropertyValueEditor
1 parent 62edad1 commit 6458bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Infrastructure/PropertyEditors/BlockEditorPropertyValueEditor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ protected BlockEditorPropertyValueEditor(
5151
languageService,
5252
ioHelper,
5353
attribute,
54-
StaticServiceProvider.Instance.GetRequiredService<ILogger>())
54+
StaticServiceProvider.Instance.GetRequiredService<ILogger<BlockEditorPropertyValueEditor<TValue, TLayout>>>())
5555
{
5656
}
5757

0 commit comments

Comments
 (0)