From a65f9ac022cc0ab81ea1fddf4e230c58d7d55ce6 Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Thu, 15 Sep 2022 11:45:10 +0500 Subject: [PATCH] Update DatabaseConfig.php --- 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 bf002af4..ef94b353 100644 --- a/src/Database/DatabaseConfig.php +++ b/src/Database/DatabaseConfig.php @@ -132,7 +132,7 @@ class DatabaseConfig if ($this->manager() instanceof Contracts\ManagesDatabaseUsers) { // We don't need username and password for database creation/deletion // Username and password will be saved in Tenant's config - // and used for connecting to tenant Database + // and will be used for tenancy db connection unset($config['username']); unset($config['password']); }