From ea0e761b3e48ff386c5529e1f29a3aaed6d95e4f Mon Sep 17 00:00:00 2001 From: Formatter Bot Date: Mon, 27 Sep 2021 21:17:20 +0000 Subject: [PATCH] Automated formatting changes --- Admin/Install/Admin.install.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Admin/Install/Admin.install.php b/Admin/Install/Admin.install.php index 91f32f2..b9f6f36 100644 --- a/Admin/Install/Admin.install.php +++ b/Admin/Install/Admin.install.php @@ -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,