mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: fragment messages to gain efficiency
This commit is contained in:
15
src/Message/ProcessWatchListTrigger.php
Normal file
15
src/Message/ProcessWatchListTrigger.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Message;
|
||||
|
||||
use App\Entity\WatchList;
|
||||
|
||||
final readonly class ProcessWatchListTrigger
|
||||
{
|
||||
|
||||
public function __construct(
|
||||
public string $watchListToken,
|
||||
)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user