mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 22:04:04 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
bfa62a3f0c
commit
fd0d98eacd
2 changed files with 28 additions and 28 deletions
|
|
@ -128,7 +128,7 @@ class DatabaseConfig
|
|||
if (($pos = array_search('_tenancy_db_name', $dbConfig)) !== false) {
|
||||
unset($dbConfig[$pos]);
|
||||
}
|
||||
|
||||
|
||||
// Remove DB connection because that's not used inside the array
|
||||
if (($pos = array_search('_tenancy_db_connection', $dbConfig)) !== false) {
|
||||
unset($dbConfig[$pos]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue