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

This commit is contained in:
Nikolaj Geisle
2021-10-07 10:46:54 +02:00
committed by GitHub
parent 09a35ef96c
commit 70831bb0c0

View File

@@ -82,7 +82,7 @@ namespace Umbraco.Cms.Web.BackOffice.Controllers
_userDataService = userDataService;
}
[Obsolete("This constructor is obsolete, use constructor with all values")]
[Obsolete("This constructor is obsolete and will be removed in v11, use constructor with all values")]
public CurrentUserController(
MediaFileManager mediaFileManager,
IOptions<ContentSettings> contentSettings,