mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04:03 +00:00
Removed job pipeline text redundancy (#265)
Removed doubled use of "by default" (redundancy).
This commit is contained in:
parent
303ffdde45
commit
e4a28db8fd
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ JobPipeline::make([
|
|||
})
|
||||
```
|
||||
|
||||
Next, decide if you want to queue the pipeline. By default, pipelines are synchronous (= not queued) by default.
|
||||
Next, decide if you want to queue the pipeline. By default, pipelines are synchronous (= not queued).
|
||||
|
||||
If you **do** want pipelines to be queued by default, you can do that by setting a static property:
|
||||
`\Stancl\JobPipeline\JobPipeline::$shouldBeQueuedByDefault = true;`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue