From 70831bb0c09215248bd1edf4c3d28c7a58ee46c8 Mon Sep 17 00:00:00 2001 From: Nikolaj Geisle <70372949+Zeegaan@users.noreply.github.com> Date: Thu, 7 Oct 2021 10:46:54 +0200 Subject: [PATCH] Update src/Umbraco.Web.BackOffice/Controllers/CurrentUserController.cs --- src/Umbraco.Web.BackOffice/Controllers/CurrentUserController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.BackOffice/Controllers/CurrentUserController.cs b/src/Umbraco.Web.BackOffice/Controllers/CurrentUserController.cs index b174f447af..010957f9d8 100644 --- a/src/Umbraco.Web.BackOffice/Controllers/CurrentUserController.cs +++ b/src/Umbraco.Web.BackOffice/Controllers/CurrentUserController.cs @@ -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,