1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-13 00:54:05 +00:00

remove unused method

This commit is contained in:
Abrar Ahmad 2022-09-13 16:04:25 +05:00
parent 52cce14797
commit 09ba3fd0fa

View file

@ -34,9 +34,4 @@ abstract class TenantDatabaseManager implements Contract // todo better naming?
return $baseConfig;
}
public function getTenantHostConnectionName(): ?string
{
return config('tenancy.database.tenant_host_connection_name');
}
}