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 2320562 commit add3ccaCopy full SHA for add3cca
README.md
@@ -9,7 +9,7 @@ Require this package in your composer.json and run composer update (IMPORTANT! D
9
10
After composer update is finished you need to add ServiceProvider to your `providers` array in `app.php`:
11
12
- 'FintechFab\LaravelQueueRabbitMQ\LaravelQueueRabbitMQServiceProvider',
+ FintechFab\LaravelQueueRabbitMQ\LaravelQueueRabbitMQServiceProvider::class,
13
14
Add these lines to your `app/config/queue.php` file to `connections` array:
15
0 commit comments