This commit is contained in:
Dennis Eichhorn 2021-09-28 19:37:55 +02:00
commit ee4060586e

View File

@ -17,19 +17,19 @@ use Modules\Organization\Models\SettingsEnum;
return [ return [
[ [
'type' => 'setting', 'type' => 'setting',
'name' => SettingsEnum::GROUP_GENERATE_AUTOMATICALLY_UNIT, 'name' => SettingsEnum::GROUP_GENERATE_AUTOMATICALLY_UNIT,
'content' => '1', 'content' => '1',
'module' => ApiController::NAME, 'module' => ApiController::NAME,
], ],
[ [
'type' => 'setting', 'type' => 'setting',
'name' => SettingsEnum::GROUP_GENERATE_AUTOMATICALLY_DEPARTMENT, 'name' => SettingsEnum::GROUP_GENERATE_AUTOMATICALLY_DEPARTMENT,
'content' => '1', 'content' => '1',
'module' => ApiController::NAME, 'module' => ApiController::NAME,
], ],
[ [
'type' => 'setting', 'type' => 'setting',
'name' => SettingsEnum::GROUP_GENERATE_AUTOMATICALLY_POSITION, 'name' => SettingsEnum::GROUP_GENERATE_AUTOMATICALLY_POSITION,
'content' => '1', 'content' => '1',
'module' => ApiController::NAME, 'module' => ApiController::NAME,