feat: add SendNotifWatchListTrigger Message

This commit is contained in:
Maël Gangloff
2024-07-21 00:56:27 +02:00
parent 86aa1d2f3f
commit 17a1cc2938
8 changed files with 115 additions and 8 deletions

View File

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