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

add comment in seed config for clarification

This commit is contained in:
Johannes 2025-03-11 17:12:42 +01:00
parent 19bc316cf6
commit c711d5635c

View file

@ -194,6 +194,6 @@ return [
*/
'seeder_parameters' => [
'--class' => 'DatabaseSeeder', // root seeder class
// '--force' => true,
// '--force' => true, // This needs to be true to seed tenant databases in production
],
];