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:
parent
5674ce4346
commit
a65f9ac022
1 changed files with 1 additions and 1 deletions
|
|
@ -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']);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue