Merge branch 'temp8' into temp8-3668-query-builder-snippits
This commit is contained in:
@@ -74,7 +74,7 @@ namespace Umbraco.Tests.PublishedContent
|
||||
ContentTypesCache.GetPublishedContentTypeByAlias = alias => alias.InvariantEquals("home") ? homeType : anythingType;
|
||||
}
|
||||
|
||||
protected override TypeLoader CreateTypeLoader(IRuntimeCacheProvider runtimeCache, IGlobalSettings globalSettings, IProfilingLogger logger)
|
||||
protected override TypeLoader CreateTypeLoader(IAppPolicyCache runtimeCache, IGlobalSettings globalSettings, IProfilingLogger logger)
|
||||
{
|
||||
var pluginManager = base.CreateTypeLoader(runtimeCache, globalSettings, logger);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user