Files
server/core/lib/Security/Event/IpBlockedEvent.php
T
2026-08-05 23:56:28 -04:00

11 lines
185 B
PHP

<?php
declare(strict_types=1);
namespace KTXC\Security\Event;
final class IpBlockedEvent extends FirewallIpEvent
{
protected const SEVERITY = SecurityEvent::SEVERITY_CRITICAL;
}