autofixes

This commit is contained in:
Dennis Eichhorn 2024-04-07 17:47:06 +00:00
parent 647897b0e4
commit 6bdfe4816f

View File

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