From 60d96c5d2338cf969a1627839ee6de40a3f4eb58 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 7 Apr 2024 17:47:06 +0000 Subject: [PATCH] autofixes --- Admin/Routes/Web/Api.php | 12 ++++++------ Admin/Routes/Web/Backend.php | 22 +++++++++++----------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Admin/Routes/Web/Api.php b/Admin/Routes/Web/Api.php index 71845b4..642e89c 100644 --- a/Admin/Routes/Web/Api.php +++ b/Admin/Routes/Web/Api.php @@ -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, diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php index b6f1c94..d3557cf 100755 --- a/Admin/Routes/Web/Backend.php +++ b/Admin/Routes/Web/Backend.php @@ -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,