mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 11:34:03 +00:00
TenantDatabaseManagerTest fully passes now
This commit is contained in:
parent
5e9b421aa6
commit
524530c8d5
8 changed files with 28 additions and 24 deletions
|
|
@ -70,6 +70,7 @@ return [
|
|||
'Stancl\Tenancy\Features\TenantRedirect',
|
||||
],
|
||||
'migrate_after_creation' => false, // run migrations after creating a tenant
|
||||
'delete_database_after_tenant_deletion' => false, // delete tenant's database after deleting him
|
||||
'queue_database_creation' => false,
|
||||
'queue_database_deletion' => false,
|
||||
'unique_id_generator' => 'Stancl\Tenancy\UUIDGenerator',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue