Changed boot managers to public

This commit is contained in:
Shannon Deminick
2012-12-12 20:10:50 +05:00
parent 877c38b8bc
commit e5ddcc756c
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ namespace Umbraco.Core
/// <remarks>
/// This does not provide any startup functionality relating to web objects
/// </remarks>
internal class CoreBootManager : IBootManager
public class CoreBootManager : IBootManager
{
private DisposableTimer _timer;