|
@@ -39,8 +39,8 @@ class CreateTenant extends Command
|
|
|
$tenant = [
|
|
|
'id' => $tenantCode
|
|
|
];
|
|
|
- // 默认值为 tenancy.database.template_connection配置
|
|
|
- $tenant['tenancy_db_connection'] = config('tenancy.database.template_connection');
|
|
|
+ // 默认值为 tenancy.database.template_tenant_connection配置
|
|
|
+ $tenant['tenancy_db_connection'] = config('tenancy.database.template_tenant_connection');
|
|
|
|
|
|
if (!empty($this->option('db-connection'))) {
|
|
|
$tenant['tenancy_db_connection'] = $this->option('db-connection');
|