refactor: message handler

This commit is contained in:
Maël Gangloff
2025-02-23 16:35:57 +01:00
parent a481f851da
commit 7615c81d6b
3 changed files with 25 additions and 77 deletions

View File

@@ -7,7 +7,6 @@ final class OrderDomain
public function __construct(
public string $watchListToken,
public string $ldhName,
public \DateTimeImmutable $updatedAt,
) {
}
}