Skip to content

Commit

Permalink
Fix pervious commit
Browse files Browse the repository at this point in the history
  • Loading branch information
drpeck committed Aug 30, 2024
1 parent c31b7ea commit 46b0d29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Our.Umbraco.TagHelpers/InlineSvgTagHelper.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using HtmlAgilityPack;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Razor.TagHelpers;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using Our.Umbraco.TagHelpers.Configuration;
using Our.Umbraco.TagHelpers.Utils;
Expand All @@ -27,6 +28,7 @@ public class InlineSvgTagHelper : TagHelper
private IPublishedUrlProvider _urlProvider;
private OurUmbracoTagHelpersConfiguration _globalSettings;
private AppCaches _appCaches;
private readonly ILogger<InlineSvgTagHelper> _logger;

public InlineSvgTagHelper(MediaFileManager mediaFileManager, IWebHostEnvironment webHostEnvironment, IPublishedUrlProvider urlProvider, IOptions<OurUmbracoTagHelpersConfiguration> globalSettings, AppCaches appCaches, ILogger<InlineSvgTagHelper> logger)
{
Expand Down

0 comments on commit 46b0d29

Please sign in to comment.