mirror of
https://github.com/Karaka-Management/oms-RiskManagement.git
synced 2026-01-11 11:28:41 +00:00
autofixes
This commit is contained in:
parent
872ac61fba
commit
d43a9321de
|
|
@ -22,7 +22,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskCockpit',
|
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskCockpit',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
'active' => true,
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::NAME,
|
'module' => BackendController::NAME,
|
||||||
'type' => PermissionType::READ,
|
'type' => PermissionType::READ,
|
||||||
|
|
@ -34,7 +34,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskList',
|
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskList',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
'active' => true,
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::NAME,
|
'module' => BackendController::NAME,
|
||||||
'type' => PermissionType::READ,
|
'type' => PermissionType::READ,
|
||||||
|
|
@ -46,7 +46,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskCreate',
|
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskCreate',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
'active' => true,
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::NAME,
|
'module' => BackendController::NAME,
|
||||||
'type' => PermissionType::CREATE,
|
'type' => PermissionType::CREATE,
|
||||||
|
|
@ -58,7 +58,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskView',
|
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskView',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
'active' => true,
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::NAME,
|
'module' => BackendController::NAME,
|
||||||
'type' => PermissionType::READ,
|
'type' => PermissionType::READ,
|
||||||
|
|
@ -70,7 +70,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskCauseList',
|
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskCauseList',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
'active' => true,
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::NAME,
|
'module' => BackendController::NAME,
|
||||||
'type' => PermissionType::READ,
|
'type' => PermissionType::READ,
|
||||||
|
|
@ -82,7 +82,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskCauseView',
|
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskCauseView',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
'active' => true,
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::NAME,
|
'module' => BackendController::NAME,
|
||||||
'type' => PermissionType::READ,
|
'type' => PermissionType::READ,
|
||||||
|
|
@ -94,7 +94,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskSolutionList',
|
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskSolutionList',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
'active' => true,
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::NAME,
|
'module' => BackendController::NAME,
|
||||||
'type' => PermissionType::READ,
|
'type' => PermissionType::READ,
|
||||||
|
|
@ -106,7 +106,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskSolutionView',
|
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskSolutionView',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
'active' => true,
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::NAME,
|
'module' => BackendController::NAME,
|
||||||
'type' => PermissionType::READ,
|
'type' => PermissionType::READ,
|
||||||
|
|
@ -118,7 +118,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskDepartmentList',
|
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskDepartmentList',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
'active' => true,
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::NAME,
|
'module' => BackendController::NAME,
|
||||||
'type' => PermissionType::READ,
|
'type' => PermissionType::READ,
|
||||||
|
|
@ -130,7 +130,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskDepartmentView',
|
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskDepartmentView',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
'active' => true,
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::NAME,
|
'module' => BackendController::NAME,
|
||||||
'type' => PermissionType::READ,
|
'type' => PermissionType::READ,
|
||||||
|
|
@ -142,7 +142,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskCategoryList',
|
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskCategoryList',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
'active' => true,
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::NAME,
|
'module' => BackendController::NAME,
|
||||||
'type' => PermissionType::READ,
|
'type' => PermissionType::READ,
|
||||||
|
|
@ -154,7 +154,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskCategoryView',
|
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskCategoryView',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
'active' => true,
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::NAME,
|
'module' => BackendController::NAME,
|
||||||
'type' => PermissionType::READ,
|
'type' => PermissionType::READ,
|
||||||
|
|
@ -166,7 +166,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskProjectList',
|
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskProjectList',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
'active' => true,
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::NAME,
|
'module' => BackendController::NAME,
|
||||||
'type' => PermissionType::READ,
|
'type' => PermissionType::READ,
|
||||||
|
|
@ -178,7 +178,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskProjectView',
|
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskProjectView',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
'active' => true,
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::NAME,
|
'module' => BackendController::NAME,
|
||||||
'type' => PermissionType::READ,
|
'type' => PermissionType::READ,
|
||||||
|
|
@ -190,7 +190,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskProcessList',
|
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskProcessList',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
'active' => true,
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::NAME,
|
'module' => BackendController::NAME,
|
||||||
'type' => PermissionType::READ,
|
'type' => PermissionType::READ,
|
||||||
|
|
@ -202,7 +202,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskProcessView',
|
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskProcessView',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
'active' => true,
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::NAME,
|
'module' => BackendController::NAME,
|
||||||
'type' => PermissionType::READ,
|
'type' => PermissionType::READ,
|
||||||
|
|
@ -214,7 +214,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskSettings',
|
'dest' => '\Modules\RiskManagement\Controller\BackendController:viewRiskSettings',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
'active' => true,
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::NAME,
|
'module' => BackendController::NAME,
|
||||||
'type' => PermissionType::READ,
|
'type' => PermissionType::READ,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user