fix: correct transport for UpdateDomain

This commit is contained in:
Maël Gangloff
2025-10-28 12:11:11 +01:00
parent 98d92ce8f8
commit 4c1d0f731b

View File

@@ -36,7 +36,7 @@ framework:
App\Message\ProcessWatchlist: async
App\Message\UpdateRdapServers: async
App\Message\ValidateConnectorCredentials: async
App\Message\UpdateDomain: async
App\Message\UpdateDomain: rdap_async
# Route your messages to the transports
# 'App\Message\YourMessage': async