mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 06:24:04 +00:00
url generator test: test changing tenant parameter name
This commit is contained in:
parent
94d9dd3201
commit
16171b1eaa
4 changed files with 49 additions and 8 deletions
|
|
@ -117,7 +117,7 @@ return [
|
|||
'cache_store' => null, // null = default
|
||||
],
|
||||
Resolvers\PathTenantResolver::class => [
|
||||
'tenant_parameter_name' => 'tenant', // todo0 test changing this
|
||||
'tenant_parameter_name' => 'tenant',
|
||||
'tenant_model_column' => null, // null = tenant key
|
||||
'tenant_route_name_prefix' => 'tenant.',
|
||||
'allowed_extra_model_columns' => [], // used with binding route fields
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue