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

add default

This commit is contained in:
Samuel Štancl 2022-10-18 14:15:46 +02:00 committed by GitHub
parent 9418402c17
commit d57a1042b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');
}
/**