Introduced interface on UmbracoContext
This commit is contained in:
@@ -27,7 +27,7 @@ namespace Umbraco.Web.Mvc
|
||||
/// <summary>
|
||||
/// Gets the Umbraco context.
|
||||
/// </summary>
|
||||
public virtual UmbracoContext UmbracoContext => UmbracoContextAccessor.UmbracoContext;
|
||||
public virtual IUmbracoContext UmbracoContext => UmbracoContextAccessor.UmbracoContext;
|
||||
|
||||
/// <summary>
|
||||
/// Gets the database context accessor.
|
||||
|
||||
Reference in New Issue
Block a user