mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04:03 +00:00
clarify what's meant by tenant storage
This commit is contained in:
parent
d3906a1aa9
commit
44bbb51fb8
1 changed files with 2 additions and 2 deletions
|
|
@ -21,9 +21,9 @@ Uncomment the following line in your `tenancy.features` config:
|
||||||
// Stancl\Tenancy\Features\TenantConfig::class,
|
// Stancl\Tenancy\Features\TenantConfig::class,
|
||||||
```
|
```
|
||||||
|
|
||||||
## **Configuring the mappings** {#configuring-the-mappings}
|
## **Configuring the mapping** {#configuring-the-mapping}
|
||||||
|
|
||||||
This feature maps keys in the tenant storage to config keys based on the `$storageToConfigMap` [static property]({{ $page->link('configuration#static-properties') }}).
|
This feature maps keys in the tenant storage (properties on the `Tenant` model, these may be [custom columns]({{ $page->link('tenants#custom-columns') }}) or virtual columns within `data`) to config keys based on the `$storageToConfigMap` [static property]({{ $page->link('configuration#static-properties') }}).
|
||||||
|
|
||||||
For example, if your `$storageToConfigMap` looked like this:
|
For example, if your `$storageToConfigMap` looked like this:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue