Skip to content

Commit

Permalink
Fix: AmqpConnectionConfigBuilder mappers (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
steache authored Mar 8, 2023
1 parent a74fca0 commit 3b1c2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AmqpConnectionConfigBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class AmqpConnectionConfigBuilder implements ConfigBuilder
'host' => 'setHost',
'port' => 'setPort',
'user' => 'setUser',
'password' => 'setUser',
'password' => 'setPassword',
'vhost' => 'setVhost',
'io' => 'setIoType',
'secure' => 'setIsSecure',
Expand Down

0 comments on commit 3b1c2a4

Please sign in to comment.