Automated formatting changes

This commit is contained in:
Formatter Bot 2022-10-08 19:37:06 +00:00
parent a753afaf0d
commit 669231da8f

View File

@ -13,20 +13,20 @@
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',
'Search' => 'Search', 'Search' => 'Search',
'Status' => 'Status', 'Status' => 'Status',
'Unit' => 'Unit', 'Unit' => 'Unit',
'UnitLogo' => 'Unit Logo', 'UnitLogo' => 'Unit Logo',
'Units' => 'Units', 'Units' => 'Units',
'IMG_alt_profile' => 'Unit image', 'IMG_alt_profile' => 'Unit image',
]]; ]];