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

update config key

This commit is contained in:
Samuel Štancl 2019-10-25 20:50:15 +02:00
parent 9cfab517d7
commit f7150d577b

View file

@ -98,5 +98,5 @@ return [
'queue_database_deletion' => false,
'delete_database_after_tenant_deletion' => false, // delete the tenant's database after deleting the tenant
'unique_id_generator' => Stancl\Tenancy\UniqueIDGenerators\UUIDGenerator::class,
'push_middleware_to_global_stack' => true,
'push_initialization_middleware_to_global_stack' => true,
];