domain-watchdog/src/Message/ProcessWatchListTrigger.php
2024-08-02 23:24:52 +02:00

12 lines
166 B
PHP

<?php
namespace App\Message;
final readonly class ProcessWatchListTrigger
{
public function __construct(
public string $watchListToken,
) {
}
}