Set defaults
This commit is contained in:
parent
ace8c64162
commit
cf992be71e
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ class CompanyFactory
|
|||
$company->enabled_modules = config('ninja.enabled_modules'); //32767;//8191; //4095
|
||||
$company->default_password_timeout = 1800000;
|
||||
$company->markdown_email_enabled = false;
|
||||
$company->markdown_enabled = false;
|
||||
|
||||
return $company;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue