v9: 10540 Resolving UmbracoHelper in middleware was null

This commit is contained in:
Zeegaan
2021-08-04 12:48:19 +02:00
parent c7dd3b2461
commit 3eb32a97a7
6 changed files with 55 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
namespace Umbraco.Cms.Core
{
public interface IPublishedContentQueryAccessor
{
IPublishedContentQuery PublishedContentQuery { get;}
}
}