Skip to content

Commit 5fe30c7

Browse files
committed
Fixed breaking change!
1 parent 243d0bb commit 5fe30c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Umbraco.Web.BackOffice/Controllers/CurrentUserController.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
using Microsoft.AspNetCore.Http;
88
using Microsoft.AspNetCore.Mvc;
99
using Microsoft.Extensions.DependencyInjection;
10+
using Microsoft.Extensions.Logging;
1011
using Microsoft.Extensions.Options;
1112
using Newtonsoft.Json;
1213
using Umbraco.Cms.Core;
@@ -93,6 +94,7 @@ public CurrentUserController(
9394
IUserService userService,
9495
IUmbracoMapper umbracoMapper,
9596
IBackOfficeUserManager backOfficeUserManager,
97+
ILoggerFactory loggerFactory,
9698
ILocalizedTextService localizedTextService,
9799
AppCaches appCaches,
98100
IShortStringHelper shortStringHelper,

0 commit comments

Comments
 (0)