1
0
Fork 0
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:
stancl 2020-05-03 15:27:47 +00:00 committed by StyleCI Bot
parent bfa62a3f0c
commit fd0d98eacd
2 changed files with 28 additions and 28 deletions

View file

@ -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]);