mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-02-08 12:18:39 +00:00
Automated formatting changes
This commit is contained in:
parent
15eb05a1e5
commit
2632136956
|
|
@ -12,33 +12,33 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['ProjectManagement' => [
|
return ['ProjectManagement' => [
|
||||||
'Active' => '',
|
'Active' => '',
|
||||||
'Actual' => '',
|
'Actual' => '',
|
||||||
'Budget' => '',
|
'Budget' => '',
|
||||||
'Canceled' => '',
|
'Canceled' => '',
|
||||||
'Created' => '',
|
'Created' => '',
|
||||||
'Creator' => '',
|
'Creator' => '',
|
||||||
'Description' => '',
|
'Description' => '',
|
||||||
'End' => '',
|
'End' => '',
|
||||||
'Due' => '',
|
'Due' => '',
|
||||||
'Files' => '',
|
'Files' => '',
|
||||||
'Finished' => '',
|
'Finished' => '',
|
||||||
'Hold' => '',
|
'Hold' => '',
|
||||||
'Inactive' => '',
|
'Inactive' => '',
|
||||||
'Manager' => '',
|
'Manager' => '',
|
||||||
'Name' => '',
|
'Name' => '',
|
||||||
'Other' => '',
|
'Other' => '',
|
||||||
'Progress' => '',
|
'Progress' => '',
|
||||||
'Project' => '',
|
'Project' => '',
|
||||||
'Projects' => '',
|
'Projects' => '',
|
||||||
'Responsibility' => '',
|
'Responsibility' => '',
|
||||||
'Start' => '',
|
'Start' => '',
|
||||||
'Status' => '',
|
'Status' => '',
|
||||||
'Title' => '',
|
'Title' => '',
|
||||||
'UserGroup' => '',
|
'UserGroup' => '',
|
||||||
'Manual' => '',
|
'Manual' => '',
|
||||||
'Linear' => '',
|
'Linear' => '',
|
||||||
'Exponential' => '',
|
'Exponential' => '',
|
||||||
'Log' => '',
|
'Log' => '',
|
||||||
'Tasks' => '',
|
'Tasks' => '',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -12,33 +12,33 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['ProjectManagement' => [
|
return ['ProjectManagement' => [
|
||||||
'Active' => 'Active',
|
'Active' => 'Active',
|
||||||
'Actual' => 'Actual',
|
'Actual' => 'Actual',
|
||||||
'Budget' => 'Budget',
|
'Budget' => 'Budget',
|
||||||
'Canceled' => 'Canceled',
|
'Canceled' => 'Canceled',
|
||||||
'Created' => 'Created',
|
'Created' => 'Created',
|
||||||
'Creator' => 'Creator',
|
'Creator' => 'Creator',
|
||||||
'Description' => 'Description',
|
'Description' => 'Description',
|
||||||
'End' => 'End',
|
'End' => 'End',
|
||||||
'Due' => 'Due',
|
'Due' => 'Due',
|
||||||
'Files' => 'Files',
|
'Files' => 'Files',
|
||||||
'Finished' => 'Finished',
|
'Finished' => 'Finished',
|
||||||
'Hold' => 'Hold',
|
'Hold' => 'Hold',
|
||||||
'Inactive' => 'Inactive',
|
'Inactive' => 'Inactive',
|
||||||
'Manager' => 'Manager',
|
'Manager' => 'Manager',
|
||||||
'Name' => 'Name',
|
'Name' => 'Name',
|
||||||
'Other' => 'Other',
|
'Other' => 'Other',
|
||||||
'Progress' => 'Progress',
|
'Progress' => 'Progress',
|
||||||
'Project' => 'Project',
|
'Project' => 'Project',
|
||||||
'Projects' => 'Projects',
|
'Projects' => 'Projects',
|
||||||
'Responsibility' => 'Responsibility',
|
'Responsibility' => 'Responsibility',
|
||||||
'Start' => 'Start',
|
'Start' => 'Start',
|
||||||
'Status' => 'Status',
|
'Status' => 'Status',
|
||||||
'Title' => 'Title',
|
'Title' => 'Title',
|
||||||
'UserGroup' => 'User/Group',
|
'UserGroup' => 'User/Group',
|
||||||
'Manual' => 'Manual',
|
'Manual' => 'Manual',
|
||||||
'Linear' => 'Linear',
|
'Linear' => 'Linear',
|
||||||
'Exponential' => 'Exponential',
|
'Exponential' => 'Exponential',
|
||||||
'Log' => 'Log',
|
'Log' => 'Log',
|
||||||
'Tasks' => 'Tasks',
|
'Tasks' => 'Tasks',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user