domain-watchdog/src/Message/DetectDomainChange.php

14 lines
230 B
PHP
Raw Normal View History

<?php
namespace App\Message;
final class DetectDomainChange
{
public function __construct(
2025-10-25 17:26:56 +02:00
public string $watchlistToken,
2024-08-02 23:24:52 +02:00
public string $ldhName,
public \DateTimeImmutable $updatedAt,
2024-08-02 23:24:52 +02:00
) {
}
}