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

10 lines
120 B
PHP

<?php
declare(strict_types=1);
namespace KTXC\Security\Event;
final class IpAllowedEvent extends FirewallIpEvent
{
}