feat: fragment messages to gain efficiency

This commit is contained in:
Maël Gangloff
2024-07-21 16:55:39 +02:00
parent 43c4c9a33d
commit 8a5f69c333
10 changed files with 261 additions and 135 deletions

View File

@@ -0,0 +1,16 @@
<?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,
// ) {
// }
}