From f95f7382cfbf3e3819934b803e58af2f3c2a9529 Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Tue, 18 Oct 2022 18:01:06 +0500 Subject: [PATCH] update comment --- src/Database/DatabaseConfig.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Database/DatabaseConfig.php b/src/Database/DatabaseConfig.php index d886fd59..4067a149 100644 --- a/src/Database/DatabaseConfig.php +++ b/src/Database/DatabaseConfig.php @@ -145,6 +145,9 @@ class DatabaseConfig /** * Purge host database connection. + * + * Its possible database has previous tenant connection. + * This will clean up the previous connection before creating it for the current tenant. */ public function purgeHostConnection(): void {