From f7150d577b44b8c8d5dfb45b9c95fea2687b5275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Fri, 25 Oct 2019 20:50:15 +0200 Subject: [PATCH] update config key --- assets/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/config.php b/assets/config.php index a84cd84a..9f0023c9 100644 --- a/assets/config.php +++ b/assets/config.php @@ -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, ];