autofixes

This commit is contained in:
Dennis Eichhorn 2024-04-07 17:47:06 +00:00
parent 2a66eb0870
commit c8754f9481

View File

@ -22,7 +22,7 @@ return [
[ [
'dest' => '\Modules\Kanban\Controller\BackendController:setupStyles', 'dest' => '\Modules\Kanban\Controller\BackendController:setupStyles',
'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\Kanban\Controller\BackendController:viewKanbanDashboard', 'dest' => '\Modules\Kanban\Controller\BackendController:viewKanbanDashboard',
'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\Kanban\Controller\BackendController:viewKanbanArchive', 'dest' => '\Modules\Kanban\Controller\BackendController:viewKanbanArchive',
'verb' => RouteVerb::GET, 'verb' => RouteVerb::GET,
'active' => true, 'active' => true,
'permission' => [ 'permission' => [
'module' => BackendController::NAME, 'module' => BackendController::NAME,
'type' => PermissionType::READ, 'type' => PermissionType::READ,
@ -58,7 +58,7 @@ return [
[ [
'dest' => '\Modules\Kanban\Controller\BackendController:viewKanbanBoard', 'dest' => '\Modules\Kanban\Controller\BackendController:viewKanbanBoard',
'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\Kanban\Controller\BackendController:viewKanbanCard', 'dest' => '\Modules\Kanban\Controller\BackendController:viewKanbanCard',
'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\Kanban\Controller\BackendController:viewKanbanCard', 'dest' => '\Modules\Kanban\Controller\BackendController:viewKanbanCard',
'verb' => RouteVerb::GET, 'verb' => RouteVerb::GET,
'active' => true, 'active' => true,
'permission' => [ 'permission' => [
'module' => BackendController::NAME, 'module' => BackendController::NAME,
'type' => PermissionType::CREATE, 'type' => PermissionType::CREATE,
@ -94,7 +94,7 @@ return [
[ [
'dest' => '\Modules\Kanban\Controller\BackendController:viewKanbanBoardCreate', 'dest' => '\Modules\Kanban\Controller\BackendController:viewKanbanBoardCreate',
'verb' => RouteVerb::GET, 'verb' => RouteVerb::GET,
'active' => true, 'active' => true,
'permission' => [ 'permission' => [
'module' => BackendController::NAME, 'module' => BackendController::NAME,
'type' => PermissionType::CREATE, 'type' => PermissionType::CREATE,
@ -106,7 +106,7 @@ return [
[ [
'dest' => '\Modules\Kanban\Controller\BackendController:viewKanbanBoardEdit', 'dest' => '\Modules\Kanban\Controller\BackendController:viewKanbanBoardEdit',
'verb' => RouteVerb::GET, 'verb' => RouteVerb::GET,
'active' => true, 'active' => true,
'permission' => [ 'permission' => [
'module' => BackendController::NAME, 'module' => BackendController::NAME,
'type' => PermissionType::MODIFY, 'type' => PermissionType::MODIFY,