Files
domain-watchdog/src/Message/ProcessWatchlist.php

12 lines
159 B
PHP
Raw Normal View History

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