From 9dc7d3a6470829b9f92d5a6eaa39c41eb838ab33 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/Api.php | 4 ++-- Admin/Routes/Web/Backend.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Admin/Routes/Web/Api.php b/Admin/Routes/Web/Api.php index eaae021..5e0a5da 100755 --- a/Admin/Routes/Web/Api.php +++ b/Admin/Routes/Web/Api.php @@ -23,7 +23,7 @@ return [ 'dest' => '\Modules\Notification\Controller\ApiController:apiNotificationSeenCreate', 'verb' => RouteVerb::SET, 'csrf' => true, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => ApiController::NAME, 'type' => PermissionType::CREATE, @@ -36,7 +36,7 @@ return [ 'dest' => '\Modules\Notification\Controller\ApiController:apiNotificationsGet', 'verb' => RouteVerb::GET, 'csrf' => true, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => ApiController::NAME, 'type' => PermissionType::READ, diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php index 5847094..ab043a7 100755 --- a/Admin/Routes/Web/Backend.php +++ b/Admin/Routes/Web/Backend.php @@ -22,7 +22,7 @@ return [ [ 'dest' => '\Modules\Notification\Controller\BackendController:viewNotificationDashboard', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ,