domain-watchdog/src/Message/DetectDomainChange.php
2025-10-28 12:09:38 +01:00

14 lines
230 B
PHP

<?php
namespace App\Message;
final class DetectDomainChange
{
public function __construct(
public string $watchlistToken,
public string $ldhName,
public \DateTimeImmutable $updatedAt,
) {
}
}