From c8754f94817ba67e2d792ec9e07a13cb0a1e2e00 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/Backend.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php index 3f911d9..eb4593e 100755 --- a/Admin/Routes/Web/Backend.php +++ b/Admin/Routes/Web/Backend.php @@ -22,7 +22,7 @@ return [ [ 'dest' => '\Modules\Kanban\Controller\BackendController:setupStyles', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ, @@ -34,7 +34,7 @@ return [ [ 'dest' => '\Modules\Kanban\Controller\BackendController:viewKanbanDashboard', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ, @@ -46,7 +46,7 @@ return [ [ 'dest' => '\Modules\Kanban\Controller\BackendController:viewKanbanArchive', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ, @@ -58,7 +58,7 @@ return [ [ 'dest' => '\Modules\Kanban\Controller\BackendController:viewKanbanBoard', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ, @@ -70,7 +70,7 @@ return [ [ 'dest' => '\Modules\Kanban\Controller\BackendController:viewKanbanCard', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ, @@ -82,7 +82,7 @@ return [ [ 'dest' => '\Modules\Kanban\Controller\BackendController:viewKanbanCard', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::CREATE, @@ -94,7 +94,7 @@ return [ [ 'dest' => '\Modules\Kanban\Controller\BackendController:viewKanbanBoardCreate', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::CREATE, @@ -106,7 +106,7 @@ return [ [ 'dest' => '\Modules\Kanban\Controller\BackendController:viewKanbanBoardEdit', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::MODIFY,