mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
refactor: split ProcessDomain message
This commit is contained in:
11
src/Message/UpdateDomainsFromWatchlist.php
Normal file
11
src/Message/UpdateDomainsFromWatchlist.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Message;
|
||||
|
||||
final readonly class UpdateDomainsFromWatchlist
|
||||
{
|
||||
public function __construct(
|
||||
public string $watchListToken,
|
||||
) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user