refactor(security): replace generic event with severity enum
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
@@ -6,5 +6,5 @@ namespace KTXC\Security\Event;
|
||||
|
||||
final class IpBlockedEvent extends FirewallIpEvent
|
||||
{
|
||||
protected const SEVERITY = SecurityEvent::SEVERITY_CRITICAL;
|
||||
protected const SecurityEventSeverity SEVERITY = SecurityEventSeverity::CRITICAL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user