mirror of
https://github.com/Karaka-Management/oms-Organization.git
synced 2026-02-16 16:28: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\Department;
|
||||||
use Modules\Organization\Models\DepartmentMapper;
|
use Modules\Organization\Models\DepartmentMapper;
|
||||||
use Modules\Organization\Models\Position;
|
|
||||||
use Modules\Organization\Models\NullPosition;
|
use Modules\Organization\Models\NullPosition;
|
||||||
|
use Modules\Organization\Models\Position;
|
||||||
use Modules\Organization\Models\PositionMapper;
|
use Modules\Organization\Models\PositionMapper;
|
||||||
use Modules\Organization\Models\Unit;
|
use Modules\Organization\Models\Unit;
|
||||||
use Modules\Organization\Models\UnitMapper;
|
use Modules\Organization\Models\UnitMapper;
|
||||||
|
|
|
||||||
|
|
@ -12,18 +12,18 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['Organization' => [
|
return ['Organization' => [
|
||||||
'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' => '',
|
'UnitLogo' => '',
|
||||||
'Units' => '',
|
'Units' => '',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -12,18 +12,18 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['Organization' => [
|
return ['Organization' => [
|
||||||
'Active' => 'Active',
|
'Active' => 'Active',
|
||||||
'Department' => 'Department',
|
'Department' => 'Department',
|
||||||
'Departments' => 'Departments',
|
'Departments' => 'Departments',
|
||||||
'Description' => 'Description',
|
'Description' => 'Description',
|
||||||
'Inactive' => 'Inactive',
|
'Inactive' => 'Inactive',
|
||||||
'Logo' => 'Logo',
|
'Logo' => 'Logo',
|
||||||
'Name' => 'Name',
|
'Name' => 'Name',
|
||||||
'Parent' => 'Parent',
|
'Parent' => 'Parent',
|
||||||
'Position' => 'Position',
|
'Position' => 'Position',
|
||||||
'Positions' => 'Positions',
|
'Positions' => 'Positions',
|
||||||
'Status' => 'Status',
|
'Status' => 'Status',
|
||||||
'Unit' => 'Unit',
|
'Unit' => 'Unit',
|
||||||
'UnitLogo' => 'Unit Logo',
|
'UnitLogo' => 'Unit Logo',
|
||||||
'Units' => 'Units',
|
'Units' => 'Units',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user