Fix boot issue

This commit is contained in:
Stephan
2018-12-05 17:34:34 +01:00
parent c74fc7a8f9
commit c3d0bee4d3
4 changed files with 6 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ using Umbraco.Core.Models;
namespace Umbraco.Core.PropertyEditors
{
/// <summary>
/// Represents a property value indexer.
/// Represents a property index value factory.
/// </summary>
public interface IPropertyIndexValueFactory
{