1
0
Fork 0
mirror of https://github.com/archtechx/jobpipeline.git synced 2025-12-12 05:24:03 +00:00

Remove comma

This commit is contained in:
Samuel Štancl 2020-05-15 19:37:58 +02:00 committed by GitHub
parent 9dae38398b
commit 2d309ce417
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: