Files
server/core/lib/Security/Event/IpBlockedEvent.php
2026-08-05 23:59:49 -04:00

11 lines
206 B
PHP

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