mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 11:34:03 +00:00
[3.x] Use static properties instead of config for features (#391)
* Use static properites instead of config for features * update tests
This commit is contained in:
parent
3bb2759fe2
commit
c2c90ff755
4 changed files with 14 additions and 13 deletions
|
|
@ -231,9 +231,6 @@ return [
|
|||
// Stancl\Tenancy\Features\TelescopeTags::class, // https://tenancy.samuelstancl.me/docs/v2/telescope/
|
||||
// Stancl\Tenancy\Features\CrossDomainRedirect::class, // https://tenancy.samuelstancl.me/docs/v2/features/tenant-redirect/
|
||||
],
|
||||
'storage_to_config_map' => [ // Used by the TenantConfig feature
|
||||
// 'paypal_api_key' => 'services.paypal.api_key',
|
||||
],
|
||||
|
||||
/**
|
||||
* The URL to which users will be redirected when they try to acceess a central route on a tenant domain.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue