domain-watchdog/src/Message/ProcessWatchListTrigger.php

16 lines
198 B
PHP
Raw Normal View History

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