We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df6c8a4 + 8c78057 commit 8393a5bCopy full SHA for 8393a5b
src/Umbraco.Web.Common/Extensions/FriendlyUrlHelperExtensions.cs
@@ -9,7 +9,7 @@ namespace Umbraco.Extensions
9
public static class FriendlyUrlHelperExtensions
10
{
11
12
- private static IUmbracoContext UmbracoContext { get; } =
+ private static IUmbracoContext UmbracoContext =>
13
StaticServiceProvider.Instance.GetRequiredService<IUmbracoContextAccessor>().GetRequiredUmbracoContext();
14
15
private static IDataProtectionProvider DataProtectionProvider { get; } =
0 commit comments