Automated formatting changes

This commit is contained in:
Formatter Bot 2021-09-27 21:17:20 +00:00
parent 6aa9d99b3c
commit ea0e761b3e

View File

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