mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 22:04:03 +00:00
test fixes
This commit is contained in:
parent
dd0a742028
commit
c034501db8
3 changed files with 20 additions and 33 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue