1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 19:14:04 +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) {
// 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']);
}