File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -151,8 +151,7 @@ by adding extra options.
151
151
### Horizon support
152
152
153
153
Starting with 8.0, this package supports [ Laravel Horizon] ( https://laravel.com/docs/horizon ) out of the box. Firstly,
154
- install
155
- Horizon and then set ` RABBITMQ_WORKER ` to ` horizon ` .
154
+ install Horizon and then set ` RABBITMQ_WORKER ` to ` horizon ` .
156
155
157
156
Horizon is depending on events dispatched by the worker.
158
157
These events inform Horizon what was done with the message/job.
@@ -320,7 +319,7 @@ If you want to use your own `RabbitMQQueue::class` this is possible by
320
319
extending ` VladimirYuldashev\LaravelQueueRabbitMQ\Queue\RabbitMQQueue ` .
321
320
and inform laravel to use your class by setting ` RABBITMQ_WORKER ` to ` \App\Queue\RabbitMQQueue::class ` .
322
321
323
- > Note: Worker classes ** must** extend `` VladimirYuldashev\LaravelQueueRabbitMQ\Queue\RabbitMQQueue ` `
322
+ > Note: Worker classes ** must** extend ` VladimirYuldashev\LaravelQueueRabbitMQ\Queue\RabbitMQQueue `
324
323
325
324
``` php
326
325
'connections' => [
You can’t perform that action at this time.
0 commit comments