mirror of
https://github.com/Karaka-Management/oms-ContractManagement.git
synced 2026-01-27 00:48:44 +00:00
10 lines
225 B
PHP
10 lines
225 B
PHP
<?php declare(strict_types=1);
|
|
|
|
use Modules\ContractManagement\Controller\BackendController;
|
|
use Modules\ContractManagement\Models\PermissionState;
|
|
use phpOMS\Account\PermissionType;
|
|
use phpOMS\Router\RouteVerb;
|
|
|
|
return [
|
|
];
|