fix(tenancy): force seeders in production and set default branding
This commit is contained in:
@@ -204,6 +204,6 @@ return [
|
||||
*/
|
||||
'seeder_parameters' => [
|
||||
'--class' => 'TenantDatabaseSeeder', // 租戶專用 seeder
|
||||
// '--force' => true, // This needs to be true to seed tenant databases in production
|
||||
'--force' => true, // 強制在正式環境執行 Seeder
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user