1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-04 22:04:03 +00:00

test fixes

This commit is contained in:
Samuel Štancl 2025-02-20 16:26:42 +01:00
parent dd0a742028
commit c034501db8
3 changed files with 20 additions and 33 deletions

View file

@ -118,6 +118,7 @@ return [
Resolvers\PathTenantResolver::class => [
'tenant_parameter_name' => 'tenant',
'tenant_model_column' => null, // null = tenant key
'tenant_route_name_prefix' => null, // null = 'tenant.'
'allowed_extra_model_columns' => [], // used with binding route fields
'cache' => false,