mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 17:44:29 -04:00
Set defaults
This commit is contained in:
parent
ace8c64162
commit
cf992be71e
@ -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…
x
Reference in New Issue
Block a user