1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 14:14:03 +00:00

Last I hope

This commit is contained in:
Teo Miscia 2021-02-06 17:35:50 +01:00
parent 474194e2dc
commit 7bba5b13d7

View file

@ -46,7 +46,6 @@ class PostgreSQLSchemaManager implements TenantDatabaseManager
} else {
return true;
}
}
public function makeConnectionConfig(array $baseConfig, string $databaseName): array