Skip to content

Commit

Permalink
Update src/OrchardCore/OrchardCore.DisplayManagement/Extensions/HttpC…
Browse files Browse the repository at this point in the history
…ontextExtensions.cs

Co-authored-by: Zoltán Lehóczky <zoltan.lehoczky@lombiq.com>
  • Loading branch information
infofromca and Piedone authored Aug 14, 2024
1 parent 81449c7 commit 77bbcdb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
using Microsoft.Extensions.DependencyInjection;

namespace OrchardCore.DisplayManagement.Extensions;

public static class HttpContextExtensions
{
public static async Task<ActionContext> GetActionContextAsync(this IHttpContextAccessor httpContextAccessor)
Expand Down

0 comments on commit 77bbcdb

Please sign in to comment.