mirror of
https://github.com/archtechx/jobpipeline.git
synced 2025-12-12 08:24:04 +00:00
Remove comma
This commit is contained in:
parent
9dae38398b
commit
2d309ce417
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ JobPipeline::make([
|
||||||
SeedDatabase::class,
|
SeedDatabase::class,
|
||||||
])->send(function (TenantCreated $event) {
|
])->send(function (TenantCreated $event) {
|
||||||
return $event->tenant;
|
return $event->tenant;
|
||||||
})->shouldBeQueued(true),
|
})->shouldBeQueued(true)
|
||||||
```
|
```
|
||||||
|
|
||||||
Finally, convert the pipeline to a listener and bind it to an event:
|
Finally, convert the pipeline to a listener and bind it to an event:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue