Make Current.Container public for Deploy, wont last

This commit is contained in:
Stephan
2019-01-02 15:29:22 +01:00
parent ebf15b9052
commit 17d818b604

View File

@@ -38,7 +38,7 @@ namespace Umbraco.Core.Composing
/// <summary>
/// Gets or sets the DI container.
/// </summary>
internal static IServiceContainer Container
public static IServiceContainer Container
{
get
{