makes public the ApplicationTreeService on the services context
This commit is contained in:
@@ -260,7 +260,7 @@ namespace Umbraco.Core.Services
|
||||
/// <summary>
|
||||
/// Gets the <see cref="ApplicationTreeService"/>
|
||||
/// </summary>
|
||||
internal IApplicationTreeService ApplicationTreeService
|
||||
public IApplicationTreeService ApplicationTreeService
|
||||
{
|
||||
get { return _treeService.Value; }
|
||||
}
|
||||
|
||||
@@ -233,7 +233,6 @@
|
||||
<Compile Include="Configuration\UmbracoSettings\NotDynamicXmlDocumentElement.cs" />
|
||||
<Compile Include="Configuration\UmbracoSettings\NotDynamicXmlDocumentElementCollection.cs" />
|
||||
<Compile Include="Configuration\UmbracoSettings\NotificationsElement.cs" />
|
||||
<Compile Include="Configuration\UmbracoSettings\ObjectExtensions.cs" />
|
||||
<Compile Include="Configuration\OptionalCommaDelimitedConfigurationElement.cs" />
|
||||
<Compile Include="Configuration\OptionalInnerTextConfigurationElement.cs" />
|
||||
<Compile Include="Configuration\UmbracoSettings\ProvidersElement.cs" />
|
||||
|
||||
Reference in New Issue
Block a user