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 d48dcc8 commit d6b3023Copy full SHA for d6b3023
README.md
@@ -106,7 +106,7 @@ If you use [spatie/laravel-queueable-action](https://github.com/spatie/laravel-q
106
Just publish `laravel-queueable-action` config and set the special Job class there:
107
108
```php
109
-'job_class' => \Ensi\InitiatorPropagation\ActionJob::class,
+'job_class' => \Ensi\LaravelInitiatorPropagation\ActionJob::class,
110
```
111
112
## Contributing
composer.json
@@ -12,7 +12,7 @@
12
"require": {
13
"php": "^8.0",
14
"illuminate/contracts": "^8.37",
15
- "ensi/initiator-propagation": "dev-master"
+ "ensi/initiator-propagation": "^0.1"
16
},
17
"autoload": {
18
"psr-4": {
0 commit comments