mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 18:34:04 +00:00
add default
This commit is contained in:
parent
9418402c17
commit
d57a1042b3
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ class DatabaseConfig
|
|||
|
||||
public function getTenantHostConnectionName(): string
|
||||
{
|
||||
return config('tenancy.database.tenant_host_connection_name');
|
||||
return config('tenancy.database.tenant_host_connection_name', 'tenant_host_connection');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue