1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 15:54:03 +00:00

Array with global MW

This commit is contained in:
Samuel Štancl 2019-11-04 18:36:22 +01:00
parent 31c9930c93
commit 1ef061ffc7
2 changed files with 5 additions and 3 deletions

View file

@ -100,5 +100,7 @@ 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_initialization_middleware_to_global_stack' => true,
'global_middleware' => [
Stancl\Tenancy\Middleware\InitializeTenancy::class,
],
];