mirror of
https://github.com/Karaka-Management/oms-Organization.git
synced 2026-02-14 07:18:42 +00:00
Automated formatting changes
This commit is contained in:
parent
6aa9d99b3c
commit
ea0e761b3e
|
|
@ -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::MODULE_NAME,
|
'module' => ApiController::MODULE_NAME,
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'type' => 'setting',
|
'type' => 'setting',
|
||||||
'name' => SettingsEnum::GROUP_GENERATE_AUTOMATICALLY_DEPARTMENT,
|
'name' => SettingsEnum::GROUP_GENERATE_AUTOMATICALLY_DEPARTMENT,
|
||||||
'content' => '1',
|
'content' => '1',
|
||||||
'module' => ApiController::MODULE_NAME,
|
'module' => ApiController::MODULE_NAME,
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'type' => 'setting',
|
'type' => 'setting',
|
||||||
'name' => SettingsEnum::GROUP_GENERATE_AUTOMATICALLY_POSITION,
|
'name' => SettingsEnum::GROUP_GENERATE_AUTOMATICALLY_POSITION,
|
||||||
'content' => '1',
|
'content' => '1',
|
||||||
'module' => ApiController::MODULE_NAME,
|
'module' => ApiController::MODULE_NAME,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user