mirror of
https://github.com/archtechx/jobpipeline.git
synced 2025-12-12 06:44:03 +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,
|
||||
])->send(function (TenantCreated $event) {
|
||||
return $event->tenant;
|
||||
})->shouldBeQueued(true),
|
||||
})->shouldBeQueued(true)
|
||||
```
|
||||
|
||||
Finally, convert the pipeline to a listener and bind it to an event:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue