This commit is contained in:
Dennis Eichhorn 2024-04-07 17:31:41 +00:00
parent 5029408306
commit 647897b0e4
2 changed files with 3 additions and 1 deletions

View File

@ -22,6 +22,7 @@ return [
[
'dest' => '\Modules\Auditor\Controller\BackendController:viewAuditorList',
'verb' => RouteVerb::GET,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::READ,
@ -33,6 +34,7 @@ return [
[
'dest' => '\Modules\Auditor\Controller\BackendController:viewAuditorView',
'verb' => RouteVerb::GET,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::READ,

View File

@ -18,7 +18,7 @@ use Modules\Admin\Models\AccountMapper;
use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
/**
* Mapper class.
* Audit mapper class.
*
* @package Modules\Auditor\Models
* @license OMS License 2.0