mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 12:24:04 +00:00
add comment in seed config for clarification
This commit is contained in:
parent
19bc316cf6
commit
c711d5635c
1 changed files with 1 additions and 1 deletions
|
|
@ -194,6 +194,6 @@ return [
|
||||||
*/
|
*/
|
||||||
'seeder_parameters' => [
|
'seeder_parameters' => [
|
||||||
'--class' => 'DatabaseSeeder', // root seeder class
|
'--class' => 'DatabaseSeeder', // root seeder class
|
||||||
// '--force' => true,
|
// '--force' => true, // This needs to be true to seed tenant databases in production
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue