We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6bf0712 + b5e8efe commit e0d46d0Copy full SHA for e0d46d0
DependencyInjection/Configuration.php
@@ -180,7 +180,7 @@ protected function addAmqpNode()
180
->isRequired()
181
->cannotBeEmpty()
182
->end()
183
- ->scalarNode('username')
+ ->scalarNode('login')
184
185
186
Resources/docs/Pusher.md
@@ -87,7 +87,7 @@ gos_web_socket:
87
amqp:
88
host: 127.0.0.1
89
port: 5672
90
- username: guest
+ login: guest
91
password: guest
92
vhost: '/'
93
```
@@ -158,7 +158,7 @@ Will give an `Gos\Bundle\WebSocketBundle\Event\PushHandlerEvent` where can acces
158
159
160
161
162
163
164
0 commit comments