mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-22 04:05:41 +00:00
12 lines
166 B
PHP
12 lines
166 B
PHP
<?php
|
|
|
|
namespace App\Message;
|
|
|
|
final readonly class ProcessWatchListTrigger
|
|
{
|
|
public function __construct(
|
|
public string $watchListToken,
|
|
) {
|
|
}
|
|
}
|