Enabled modules values

This commit is contained in:
David Bomba 2020-07-24 08:00:28 +10:00
parent 9ea96ff871
commit d5a666f496
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ class CompanyFactory
//$company->custom_fields = (object) ['invoice1' => '1', 'invoice2' => '2', 'client1'=>'3'];
$company->custom_fields = (object) [];
$company->subdomain = '';
$company->enabled_modules = 32767;//8191; //4095
$company->enabled_modules = config('ninja.enabled_modules'); //32767;//8191; //4095
return $company;
}

View File

@ -26,7 +26,7 @@ return [
'company_id' => 0,
'hash_salt' => env('HASH_SALT', ''),
'currency_converter_api_key' => env('OPENEXCHANGE_APP_ID',''),
'enabled_modules' => 4095,
'enabled_modules' => 32767,
'environment' => env('NINJA_ENVIRONMENT', 'selfhost'), // 'hosted', 'development', 'selfhost', 'reseller'