Fixes up invariant property validation since we were only allowing one callback per alias, but we need to allow multiple
This commit is contained in:
@@ -14,10 +14,7 @@ namespace Umbraco.Core.Events
|
||||
_msgs.Add(msg);
|
||||
}
|
||||
|
||||
public int Count
|
||||
{
|
||||
get { return _msgs.Count; }
|
||||
}
|
||||
public int Count => _msgs.Count;
|
||||
|
||||
public IEnumerable<EventMessage> GetAll()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user