mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-01-19 10:58:42 +00:00
20 lines
324 B
PHP
20 lines
324 B
PHP
<?php
|
|
/**
|
|
* Karaka
|
|
*
|
|
* PHP Version 8.0
|
|
*
|
|
* @package Modules\Billing\Admin
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://karaka.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
use Modules\Billing\Controller\ApiController;
|
|
use Modules\Billing\Models\SettingsEnum;
|
|
|
|
return [
|
|
];
|