Fix merge + cleanup
This commit is contained in:
@@ -38,9 +38,9 @@ namespace Umbraco.Web.Trees
|
||||
private readonly ITreeService _treeService;
|
||||
|
||||
public ApplicationTreeController(IGlobalSettings globalSettings, UmbracoContext umbracoContext,
|
||||
ISqlContext sqlContext, ServiceContext services, CacheHelper applicationCache, IProfilingLogger logger,
|
||||
ISqlContext sqlContext, ServiceContext services, AppCaches appCaches, IProfilingLogger logger,
|
||||
IRuntimeState runtimeState, ITreeService treeService)
|
||||
: base(globalSettings, umbracoContext, sqlContext, services, applicationCache, logger, runtimeState)
|
||||
: base(globalSettings, umbracoContext, sqlContext, services, appCaches, logger, runtimeState)
|
||||
{
|
||||
_treeService = treeService;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user