mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-16 11:54:03 +00:00
fix: checks for mispelled words
This commit is contained in:
parent
ecf4391f94
commit
e6494c7a15
5 changed files with 5 additions and 5 deletions
|
|
@ -38,7 +38,7 @@ Note that you can register listeners to this package's events **anywhere you wan
|
|||
Event::listen(TenancyInitialized::class, BootstrapTenancy::class);
|
||||
```
|
||||
|
||||
# Bootstrapping tenancy [#bootstrapping-tenancy]
|
||||
# Bootstrapping tenancy {#bootstrapping-tenancy}
|
||||
|
||||
By default, the `BootstrapTenancy` class is listening to the `TenancyInitialized` event (exactly as you can see in the example above). That listener will execute the configured tenancy bootstrappers to transition the application into the tenant's context. You can read more about this on the [tenancy bootstrappers]({{ $page->link('tenancy-bootstrappers') }}) page.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue