mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
Add and fix heading IDs (#232)
This commit is contained in:
parent
8029bdc51c
commit
ca5924646d
11 changed files with 17 additions and 17 deletions
|
|
@ -52,7 +52,7 @@ The `JobPipeline` is a simple, yet **extremely powerful** class that lets you **
|
|||
|
||||
You may use a job pipeline like any other listener, so you can register it in the `TenancyServiceProvider`, `EventServiceProvider` using the `$listen` array, or in any other place using `Event::listen()` — up to you.
|
||||
|
||||
## Creating job pipelines {creating-job-pipelines}
|
||||
## Creating job pipelines {#creating-job-pipelines}
|
||||
|
||||
To create a job pipeline, start by specifying the jobs you want to use:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue