mirror of
https://github.com/Karaka-Management/oms-MyPrivate.git
synced 2026-01-11 16:38:39 +00:00
29 lines
487 B
PHP
29 lines
487 B
PHP
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 7.4
|
|
*
|
|
* @package Modules\MyPrivate
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://orange-management.org
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
namespace Modules\MyPrivate\Controller;
|
|
|
|
/**
|
|
* Navigation class.
|
|
*
|
|
* @package Modules\MyPrivate
|
|
* @license OMS License 1.0
|
|
* @link https://orange-management.org
|
|
* @since 1.0.0
|
|
*/
|
|
final class BackendController extends Controller
|
|
{
|
|
|
|
}
|