mirror of
https://github.com/Karaka-Management/oms-IncomeStatement.git
synced 2026-01-19 15:28:41 +00:00
17 lines
326 B
PHP
17 lines
326 B
PHP
<?php declare(strict_types=1);
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 7.2
|
|
*
|
|
* @package TBD
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link http://website.orange-management.de
|
|
*/
|
|
return ['Navigation' => [
|
|
'P&L' => 'P&L',
|
|
'Dashboard' => 'Dashboard',
|
|
]];
|