mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
fix typo (#163)
This commit is contained in:
parent
703f7b037b
commit
88f58d3907
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ For example, if your `$storageToConfigMap` looked like this:
|
||||||
```php
|
```php
|
||||||
\Stancl\Tenancy\Features\TenantConfig::$storageToConfigMap = [
|
\Stancl\Tenancy\Features\TenantConfig::$storageToConfigMap = [
|
||||||
'paypal_api_key' => 'services.paypal.api_key',
|
'paypal_api_key' => 'services.paypal.api_key',
|
||||||
],
|
];
|
||||||
```
|
```
|
||||||
|
|
||||||
the value of `paypal_api_key` in tenant model would be copied to the `services.paypal.api_key` config when tenancy is initialized.
|
the value of `paypal_api_key` in tenant model would be copied to the `services.paypal.api_key` config when tenancy is initialized.
|
||||||
|
|
@ -45,5 +45,5 @@ Sometimes you may want to copy the value to multiple config keys. To do that, sp
|
||||||
'app.locale',
|
'app.locale',
|
||||||
'locales.default',
|
'locales.default',
|
||||||
],
|
],
|
||||||
],
|
];
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue