mirror of
https://github.com/Karaka-Management/oms-HumanResourceTimeRecording.git
synced 2026-01-28 11:38:41 +00:00
20 lines
376 B
PHP
20 lines
376 B
PHP
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 7.1
|
|
*
|
|
* @category TBD
|
|
* @package TBD
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link http://orange-management.com
|
|
*/
|
|
return ['Database' => [
|
|
'Created' => 'Created',
|
|
'Creator' => 'Creator',
|
|
'Database' => 'Database',
|
|
'Query' => 'Query',
|
|
]];
|