1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-13 05:24:03 +00:00

Update DatabaseConfig.php

This commit is contained in:
Abrar Ahmad 2022-09-15 11:45:10 +05:00
parent 5674ce4346
commit a65f9ac022

View file

@ -132,7 +132,7 @@ class DatabaseConfig
if ($this->manager() instanceof Contracts\ManagesDatabaseUsers) { if ($this->manager() instanceof Contracts\ManagesDatabaseUsers) {
// We don't need username and password for database creation/deletion // We don't need username and password for database creation/deletion
// Username and password will be saved in Tenant's config // 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['username']);
unset($config['password']); unset($config['password']);
} }