diff --git a/Controller/BackendController.php b/Controller/BackendController.php index ea64463..66cfc77 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -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; diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index 816dff4..411b96d 100644 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -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' => '', ]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 22a586f..04a0309 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -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', ]];