mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-02-11 03:28:40 +00:00
fix lang import sorting
This commit is contained in:
parent
c9d17fabd1
commit
526201e6e1
|
|
@ -12,11 +12,14 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
return ['Auditor' => [
|
||||
'Action' => '',
|
||||
'Audit' => '',
|
||||
'Auditor' => '',
|
||||
'Audits' => '',
|
||||
'By' => '',
|
||||
'CREATE' => '',
|
||||
'Content' => '',
|
||||
'DELETE' => '',
|
||||
'Date' => '',
|
||||
'Email' => '',
|
||||
'Module' => '',
|
||||
|
|
@ -25,6 +28,8 @@ return ['Auditor' => [
|
|||
'Old' => '',
|
||||
'Ref' => '',
|
||||
'Subtype' => '',
|
||||
'Type' => '',
|
||||
'Trigger' => '',
|
||||
'Type' => '',
|
||||
'UNKNOWN' => '',
|
||||
'UPDATE' => '',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -12,11 +12,14 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
return ['Auditor' => [
|
||||
'Action' => '',
|
||||
'Audit' => 'Audit',
|
||||
'Auditor' => 'Auditor',
|
||||
'Audits' => 'Audits',
|
||||
'By' => 'By',
|
||||
'CREATE' => '',
|
||||
'Content' => 'Content',
|
||||
'DELETE' => '',
|
||||
'Date' => 'Date',
|
||||
'Email' => 'Email',
|
||||
'Module' => 'Module',
|
||||
|
|
@ -25,6 +28,8 @@ return ['Auditor' => [
|
|||
'Old' => 'Old',
|
||||
'Ref' => 'Ref',
|
||||
'Subtype' => 'Subtype',
|
||||
'Type' => 'Type',
|
||||
'Trigger' => '',
|
||||
'Type' => 'Type',
|
||||
'UNKNOWN' => '',
|
||||
'UPDATE' => '',
|
||||
]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user