mirror of
https://github.com/Karaka-Management/oms-ContractManagement.git
synced 2026-01-25 08:08:40 +00:00
bug fixes
This commit is contained in:
parent
96c341488c
commit
4aa6376238
|
|
@ -14,7 +14,6 @@ declare(strict_types=1);
|
|||
|
||||
namespace Modules\ContractManagement\Controller;
|
||||
|
||||
use Modules\Dashboard\Models\DashboardElementInterface;
|
||||
use Modules\ContractManagement\Models\PermissionState;
|
||||
use phpOMS\Account\PermissionType;
|
||||
use phpOMS\Asset\AssetType;
|
||||
|
|
@ -34,6 +33,6 @@ use phpOMS\Views\View;
|
|||
* @link https://orange-management.org
|
||||
* @since 1.0.0
|
||||
*/
|
||||
final class BackendController extends Controller implements DashboardElementInterface
|
||||
final class BackendController extends Controller
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -64,9 +64,7 @@ class Controller extends ModuleAbstract
|
|||
* @var string[]
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static array $providing = [
|
||||
'Navigation',
|
||||
];
|
||||
protected static array $providing = [];
|
||||
|
||||
/**
|
||||
* Dependencies.
|
||||
|
|
|
|||
19
Theme/Backend/Lang/Navigation.en.lang.php
Normal file
19
Theme/Backend/Lang/Navigation.en.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Contracts
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Create' => 'Create',
|
||||
'Contract' => 'Contract',
|
||||
'List' => 'List',
|
||||
]];
|
||||
Loading…
Reference in New Issue
Block a user