Add nullability to web.common
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Umbraco.Cms.Web.Common.ModelBinders
|
||||
/// </summary>
|
||||
public class ContentModelBinderProvider : IModelBinderProvider
|
||||
{
|
||||
public IModelBinder GetBinder(ModelBinderProviderContext context)
|
||||
public IModelBinder? GetBinder(ModelBinderProviderContext context)
|
||||
{
|
||||
var modelType = context.Metadata.ModelType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user