Files
Umbraco-CMS/src/Umbraco.Core/Events/UnattendedInstallNotification.cs
2021-03-18 09:43:00 +01:00

10 lines
214 B
C#

namespace Umbraco.Cms.Core.Events
{
/// <summary>
/// Used to notify that an Unattended install has completed
/// </summary>
public class UnattendedInstallNotification : INotification
{
}
}