chore: rename WatchList to Watchlist

This commit is contained in:
Maël Gangloff
2025-10-25 17:26:56 +02:00
parent ff90477695
commit 5243b3c2dd
32 changed files with 278 additions and 199 deletions

View File

@@ -5,7 +5,7 @@ namespace App\Message;
final class OrderDomain
{
public function __construct(
public string $watchListToken,
public string $watchlistToken,
public string $ldhName,
) {
}