From 7e4c23f75922ca41b0863cbc302970e9aab65111 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 | 2 +- Admin/Routes/Web/Backend.php | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Admin/Routes/Web/Api.php b/Admin/Routes/Web/Api.php index 93de6f9..656edb8 100755 --- a/Admin/Routes/Web/Api.php +++ b/Admin/Routes/Web/Api.php @@ -23,7 +23,7 @@ return [ 'dest' => '\Modules\Draw\Controller\ApiController:apiDrawCreate', 'verb' => RouteVerb::SET, 'csrf' => true, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => ApiController::NAME, 'type' => PermissionType::CREATE, diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php index 02ad355..2b939ce 100755 --- a/Admin/Routes/Web/Backend.php +++ b/Admin/Routes/Web/Backend.php @@ -22,7 +22,7 @@ return [ [ 'dest' => '\Modules\Draw\Controller\BackendController:setUpDrawEditor', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::CREATE, @@ -32,7 +32,7 @@ return [ [ 'dest' => '\Modules\Draw\Controller\BackendController:viewDrawCreate', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::CREATE, @@ -44,7 +44,7 @@ return [ [ 'dest' => '\Modules\Draw\Controller\BackendController:viewDrawList', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ, @@ -56,7 +56,7 @@ return [ [ 'dest' => '\Modules\Draw\Controller\BackendController:setUpDrawEditor', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ, @@ -66,7 +66,7 @@ return [ [ 'dest' => '\Modules\Draw\Controller\BackendController:viewDrawView', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ,