1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 19:34:04 +00:00

Fix PreventAccess middleware

This commit is contained in:
Samuel Štancl 2019-09-22 17:17:38 +02:00
parent 7229691977
commit e21f5ad76f
3 changed files with 13 additions and 4 deletions

View file

@ -82,8 +82,9 @@ return [
'Stancl\Tenancy\Features\TelescopeTags',
'Stancl\Tenancy\Features\TenantRedirect',
],
'home_route' => '/app',
'migrate_after_creation' => false, // run migrations after creating a tenant
'delete_database_after_tenant_deletion' => false, // delete tenant's database after deleting the tenant
'delete_database_after_tenant_deletion' => false, // delete the tenant's database after deleting the tenant
'queue_database_creation' => false,
'queue_database_deletion' => false,
'unique_id_generator' => 'Stancl\Tenancy\UUIDGenerator',