From 4182c8dbd36ad376f690e9d9cb81f13e56947672 Mon Sep 17 00:00:00 2001 From: Luca Longo Date: Tue, 30 Jul 2024 11:46:47 +0200 Subject: [PATCH] Update multitenancy.php --- config/multitenancy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/multitenancy.php b/config/multitenancy.php index 4bdd558..5e4faa8 100644 --- a/config/multitenancy.php +++ b/config/multitenancy.php @@ -71,7 +71,7 @@ */ 'current_tenant_container_key' => 'currentTenant', - /** + /* * Set it to `true` if you like to cache the tenant(s) routes * in a shared file using the `SwitchRouteCacheTask`. */