Port 7.7 - WIP

This commit is contained in:
Stephan
2017-09-13 17:35:20 +02:00
parent e6de96cb90
commit 37171d96bc
25 changed files with 295 additions and 705 deletions

View File

@@ -7,7 +7,7 @@ using Umbraco.Web.Trees;
namespace Umbraco.Web.Search
{
internal class SearchableTreeCollection : BuilderCollectionBase<ISearchableTree>
public class SearchableTreeCollection : BuilderCollectionBase<ISearchableTree>
{
private readonly Dictionary<string, SearchableApplicationTree> _dictionary;