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