autofixes

This commit is contained in:
Dennis Eichhorn 2024-04-07 17:47:06 +00:00
parent f778c96e28
commit 60d96c5d23
2 changed files with 17 additions and 17 deletions

View File

@ -23,7 +23,7 @@ return [
'dest' => '\Modules\ContractManagement\Controller\ApiContractTypeController:apiContractTypeCreate',
'verb' => RouteVerb::PUT,
'csrf' => true,
'active' => true,
'active' => true,
'permission' => [
'module' => Controller::NAME,
'type' => PermissionType::READ,
@ -34,7 +34,7 @@ return [
'dest' => '\Modules\ContractManagement\Controller\ApiContractTypeController:apiContractTypeUpdate',
'verb' => RouteVerb::SET,
'csrf' => true,
'active' => true,
'active' => true,
'permission' => [
'module' => Controller::NAME,
'type' => PermissionType::READ,
@ -48,7 +48,7 @@ return [
'dest' => '\Modules\ContractManagement\Controller\ApiController:apiContractCreate',
'verb' => RouteVerb::PUT,
'csrf' => true,
'active' => true,
'active' => true,
'permission' => [
'module' => Controller::NAME,
'type' => PermissionType::READ,
@ -59,7 +59,7 @@ return [
'dest' => '\Modules\ContractManagement\Controller\ApiController:apiContractUpdate',
'verb' => RouteVerb::SET,
'csrf' => true,
'active' => true,
'active' => true,
'permission' => [
'module' => Controller::NAME,
'type' => PermissionType::READ,
@ -73,7 +73,7 @@ return [
'dest' => '\Modules\ContractManagement\Controller\ApiAttributeController:apiContractAttributeCreate',
'verb' => RouteVerb::PUT,
'csrf' => true,
'active' => true,
'active' => true,
'permission' => [
'module' => Controller::NAME,
'type' => PermissionType::READ,
@ -84,7 +84,7 @@ return [
'dest' => '\Modules\ContractManagement\Controller\ApiAttributeController:apiContractAttributeUpdate',
'verb' => RouteVerb::SET,
'csrf' => true,
'active' => true,
'active' => true,
'permission' => [
'module' => Controller::NAME,
'type' => PermissionType::READ,

View File

@ -22,7 +22,7 @@ return [
[
'dest' => '\Modules\ContractManagement\Controller\BackendController:viewContractList',
'verb' => RouteVerb::GET,
'active' => true,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::READ,
@ -34,7 +34,7 @@ return [
[
'dest' => '\Modules\ContractManagement\Controller\BackendController:viewContract',
'verb' => RouteVerb::GET,
'active' => true,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::READ,
@ -46,7 +46,7 @@ return [
[
'dest' => '\Modules\ContractManagement\Controller\BackendController:viewContractCreate',
'verb' => RouteVerb::GET,
'active' => true,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::CREATE,
@ -58,7 +58,7 @@ return [
[
'dest' => '\Modules\ContractManagement\Controller\BackendController:viewContractTypeList',
'verb' => RouteVerb::GET,
'active' => true,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::READ,
@ -70,7 +70,7 @@ return [
[
'dest' => '\Modules\ContractManagement\Controller\BackendController:viewContractType',
'verb' => RouteVerb::GET,
'active' => true,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::READ,
@ -82,7 +82,7 @@ return [
[
'dest' => '\Modules\ContractManagement\Controller\BackendController:viewContractTypeCreate',
'verb' => RouteVerb::GET,
'active' => true,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::CREATE,
@ -94,7 +94,7 @@ return [
[
'dest' => '\Modules\ContractManagement\Controller\BackendController:viewContractManagementAttributeTypeList',
'verb' => RouteVerb::GET,
'active' => true,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::READ,
@ -106,7 +106,7 @@ return [
[
'dest' => '\Modules\ContractManagement\Controller\BackendController:viewContractManagementAttributeType',
'verb' => RouteVerb::GET,
'active' => true,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::READ,
@ -118,7 +118,7 @@ return [
[
'dest' => '\Modules\ContractManagement\Controller\BackendController:viewContractManagementAttributeTypeCreate',
'verb' => RouteVerb::GET,
'active' => true,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::CREATE,
@ -130,7 +130,7 @@ return [
[
'dest' => '\Modules\ContractManagement\Controller\BackendController:viewContractManagementAttributeValue',
'verb' => RouteVerb::GET,
'active' => true,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::READ,
@ -142,7 +142,7 @@ return [
[
'dest' => '\Modules\ContractManagement\Controller\BackendController:viewContractManagementAttributeValueCreate',
'verb' => RouteVerb::GET,
'active' => true,
'active' => true,
'permission' => [
'module' => BackendController::NAME,
'type' => PermissionType::CREATE,