1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 23:34:03 +00:00

Update DatabaseConfig.php

This commit is contained in:
Abrar Ahmad 2022-09-23 11:13:25 +05:00
parent 871a8254c5
commit 4f71f0bab3

View file

@ -101,7 +101,7 @@ class DatabaseConfig
?? config('tenancy.database.central_connection');
}
public function getTenantHostConnectionName(): ?string
public function getTenantHostConnectionName(): string
{
return config('tenancy.database.tenant_host_connection_name');
}