mirror of
https://github.com/Karaka-Management/oms-Organization.git
synced 2026-02-05 02:58:41 +00:00
Automated formatting changes
This commit is contained in:
parent
c24d5f1225
commit
610a874bf0
|
|
@ -16,8 +16,8 @@ namespace Modules\Organization\Controller;
|
|||
|
||||
use Modules\Organization\Models\Department;
|
||||
use Modules\Organization\Models\DepartmentMapper;
|
||||
use Modules\Organization\Models\Position;
|
||||
use Modules\Organization\Models\NullPosition;
|
||||
use Modules\Organization\Models\Position;
|
||||
use Modules\Organization\Models\PositionMapper;
|
||||
use Modules\Organization\Models\Unit;
|
||||
use Modules\Organization\Models\UnitMapper;
|
||||
|
|
|
|||
|
|
@ -12,18 +12,18 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
return ['Organization' => [
|
||||
'Active' => '',
|
||||
'Department' => '',
|
||||
'Active' => '',
|
||||
'Department' => '',
|
||||
'Departments' => '',
|
||||
'Description' => '',
|
||||
'Inactive' => '',
|
||||
'Logo' => '',
|
||||
'Name' => '',
|
||||
'Parent' => '',
|
||||
'Position' => '',
|
||||
'Positions' => '',
|
||||
'Status' => '',
|
||||
'Unit' => '',
|
||||
'UnitLogo' => '',
|
||||
'Units' => '',
|
||||
'Inactive' => '',
|
||||
'Logo' => '',
|
||||
'Name' => '',
|
||||
'Parent' => '',
|
||||
'Position' => '',
|
||||
'Positions' => '',
|
||||
'Status' => '',
|
||||
'Unit' => '',
|
||||
'UnitLogo' => '',
|
||||
'Units' => '',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -12,18 +12,18 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
return ['Organization' => [
|
||||
'Active' => 'Active',
|
||||
'Department' => 'Department',
|
||||
'Active' => 'Active',
|
||||
'Department' => 'Department',
|
||||
'Departments' => 'Departments',
|
||||
'Description' => 'Description',
|
||||
'Inactive' => 'Inactive',
|
||||
'Logo' => 'Logo',
|
||||
'Name' => 'Name',
|
||||
'Parent' => 'Parent',
|
||||
'Position' => 'Position',
|
||||
'Positions' => 'Positions',
|
||||
'Status' => 'Status',
|
||||
'Unit' => 'Unit',
|
||||
'UnitLogo' => 'Unit Logo',
|
||||
'Units' => 'Units',
|
||||
'Inactive' => 'Inactive',
|
||||
'Logo' => 'Logo',
|
||||
'Name' => 'Name',
|
||||
'Parent' => 'Parent',
|
||||
'Position' => 'Position',
|
||||
'Positions' => 'Positions',
|
||||
'Status' => 'Status',
|
||||
'Unit' => 'Unit',
|
||||
'UnitLogo' => 'Unit Logo',
|
||||
'Units' => 'Units',
|
||||
]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user