Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2ff2ae3

Browse files
committedMar 7, 2022
Unbreak a change..
1 parent cfacf4e commit 2ff2ae3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎src/Umbraco.Core/Constants-SystemDirectories.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,12 @@ public static class SystemDirectories
4545

4646
public const string AppPlugins = "/App_Plugins";
4747

48+
4849
[Obsolete("Use PluginIcons instead")]
49-
public const string AppPluginIcons = "/Backoffice/Icons";
50+
public static string AppPluginIcons => "/Backoffice/Icons";
51+
5052
public const string PluginIcons = "/backoffice/icons";
51-
53+
5254
public const string CreatedPackages = "/created-packages";
5355

5456

0 commit comments

Comments
 (0)
Please sign in to comment.