Skip to content

Commit d6b3023

Browse files
committed
minor fixes
1 parent d48dcc8 commit d6b3023

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ If you use [spatie/laravel-queueable-action](https://github.com/spatie/laravel-q
106106
Just publish `laravel-queueable-action` config and set the special Job class there:
107107

108108
```php
109-
'job_class' => \Ensi\InitiatorPropagation\ActionJob::class,
109+
'job_class' => \Ensi\LaravelInitiatorPropagation\ActionJob::class,
110110
```
111111

112112
## Contributing

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": "^8.0",
1414
"illuminate/contracts": "^8.37",
15-
"ensi/initiator-propagation": "dev-master"
15+
"ensi/initiator-propagation": "^0.1"
1616
},
1717
"autoload": {
1818
"psr-4": {

0 commit comments

Comments
 (0)