From 4c1d0f731bd453e8e3e32e349157d5dc3b75c101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gangloff?= Date: Tue, 28 Oct 2025 12:11:11 +0100 Subject: [PATCH] fix: correct transport for UpdateDomain --- config/packages/messenger.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/packages/messenger.yaml b/config/packages/messenger.yaml index 17ffa87..7ba03ff 100644 --- a/config/packages/messenger.yaml +++ b/config/packages/messenger.yaml @@ -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