mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 01:34:02 +00:00
Update DatabaseConfig.php
This commit is contained in:
parent
8c857bbd61
commit
71c877535c
1 changed files with 0 additions and 1 deletions
|
|
@ -150,7 +150,6 @@ class DatabaseConfig
|
|||
*/
|
||||
public function purgeHostConnection(): void
|
||||
{
|
||||
$databaseManager = app(Database\DatabaseManager::class);
|
||||
$tenantHostConnectionName = $this->getTenantHostConnectionName();
|
||||
|
||||
if (array_key_exists($tenantHostConnectionName, DB::getConnections())) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue