From 4f21ab044903b94437216f4034a2f37a329be945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Mon, 24 Oct 2022 15:00:47 +0200 Subject: [PATCH] typo --- src/Database/DatabaseConfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Database/DatabaseConfig.php b/src/Database/DatabaseConfig.php index b8210dfc..37d4e42e 100644 --- a/src/Database/DatabaseConfig.php +++ b/src/Database/DatabaseConfig.php @@ -147,7 +147,7 @@ class DatabaseConfig /** * Purge host database connection. * - * Its possible database has previous tenant connection. + * It's possible database has previous tenant connection. * This will clean up the previous connection before creating it for the current tenant. */ public function purgeHostConnection(): void