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

create config key

This commit is contained in:
Ovidiu Popescu 2023-02-09 14:10:49 +02:00
parent 7a8baad3ca
commit c9147b5849
No known key found for this signature in database
GPG key ID: D939DC6D2AD0AB09
2 changed files with 9 additions and 1 deletions

View file

@ -196,4 +196,9 @@ return [
'--class' => 'DatabaseSeeder', // root seeder class
// '--force' => true,
],
/**
* Allow the resource be created in the central DB just with the synced attributes.
*/
'created_only_with_synced_attributes' => false,
];