domain-watchdog/src/Message/ProcessWatchListsTrigger.php
2024-07-21 16:55:39 +02:00

17 lines
285 B
PHP

<?php
namespace App\Message;
final class ProcessWatchListsTrigger
{
/*
* Add whatever properties and methods you need
* to hold the data for this message class.
*/
// public function __construct(
// public readonly string $name,
// ) {
// }
}