1
0
Fork 0
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:
Samuel Štancl 2025-05-30 03:44:19 +02:00
parent 94d9dd3201
commit 16171b1eaa
4 changed files with 49 additions and 8 deletions

View file

@ -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