mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-22 20:25:43 +00:00
16 lines
198 B
PHP
16 lines
198 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace App\Message;
|
||
|
|
|
||
|
|
use App\Entity\WatchList;
|
||
|
|
|
||
|
|
final readonly class ProcessWatchListTrigger
|
||
|
|
{
|
||
|
|
|
||
|
|
public function __construct(
|
||
|
|
public string $watchListToken,
|
||
|
|
)
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|