From d43a9321defbf0c3a4b59206583d1558846bf0fe Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 7 Apr 2024 17:47:07 +0000 Subject: [PATCH] autofixes --- Admin/Routes/Web/Backend.php | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php index a41b268..b501faf 100755 --- a/Admin/Routes/Web/Backend.php +++ b/Admin/Routes/Web/Backend.php @@ -22,7 +22,7 @@ return [ [ 'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskCockpit', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ, @@ -34,7 +34,7 @@ return [ [ 'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskList', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ, @@ -46,7 +46,7 @@ return [ [ 'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskCreate', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::CREATE, @@ -58,7 +58,7 @@ return [ [ 'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskView', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ, @@ -70,7 +70,7 @@ return [ [ 'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskCauseList', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ, @@ -82,7 +82,7 @@ return [ [ 'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskCauseView', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ, @@ -94,7 +94,7 @@ return [ [ 'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskSolutionList', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ, @@ -106,7 +106,7 @@ return [ [ 'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskSolutionView', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ, @@ -118,7 +118,7 @@ return [ [ 'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskDepartmentList', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ, @@ -130,7 +130,7 @@ return [ [ 'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskDepartmentView', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ, @@ -142,7 +142,7 @@ return [ [ 'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskCategoryList', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ, @@ -154,7 +154,7 @@ return [ [ 'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskCategoryView', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ, @@ -166,7 +166,7 @@ return [ [ 'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskProjectList', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ, @@ -178,7 +178,7 @@ return [ [ 'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskProjectView', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ, @@ -190,7 +190,7 @@ return [ [ 'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskProcessList', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ, @@ -202,7 +202,7 @@ return [ [ 'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskProcessView', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ, @@ -214,7 +214,7 @@ return [ [ 'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskSettings', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ,