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.
1 parent bf18827 commit fa26c9cCopy full SHA for fa26c9c
README.md
@@ -264,7 +264,7 @@ class RabbitMQJob extends BaseJob
264
265
### Use your own Connection
266
267
-You can extend the build-in `PhpAmqpLib\Connection\AMQPStreamConnection::class`
+You can extend the built-in `PhpAmqpLib\Connection\AMQPStreamConnection::class`
268
or `PhpAmqpLib\Connection\AMQPSLLConnection::class` and within the connection config, you can define your own class.
269
When you specify a `connection` key in the config, with your own class name, every connection will use your own class.
270
0 commit comments