mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-24 05:05:39 +00:00
17 lines
285 B
PHP
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,
|
|
// ) {
|
|
// }
|
|
}
|