domain-watchdog/src/Message/ProcessWatchListsTrigger.php

17 lines
285 B
PHP
Raw Normal View History

<?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,
// ) {
// }
}