mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 11:34:03 +00:00
Home route -> home url
This commit is contained in:
parent
92618e09a5
commit
4a17992957
2 changed files with 2 additions and 2 deletions
|
|
@ -82,7 +82,7 @@ return [
|
|||
'Stancl\Tenancy\Features\TelescopeTags',
|
||||
'Stancl\Tenancy\Features\TenantRedirect',
|
||||
],
|
||||
'home_route' => '/app',
|
||||
'home_url' => '/app',
|
||||
'migrate_after_creation' => false, // run migrations after creating a tenant
|
||||
'delete_database_after_tenant_deletion' => false, // delete the tenant's database after deleting the tenant
|
||||
'queue_database_creation' => false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue