From d7116a66ab0a600be3e4de50809215942dd6e725 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 26 Dec 2022 16:10:11 +0100 Subject: [PATCH] test fixes --- Admin/Routes/Web/Backend.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php index 2691a72..98d5fc5 100755 --- a/Admin/Routes/Web/Backend.php +++ b/Admin/Routes/Web/Backend.php @@ -51,17 +51,6 @@ return [ ], ], ], - '^.*/admin/module/settings/profile/settings.*$' => [ - [ - 'dest' => '\Modules\Profile\Controller\BackendController:viewProfileAdminSettings', - 'verb' => RouteVerb::GET, - 'permission' => [ - 'module' => BackendController::NAME, - 'type' => PermissionType::READ, - 'state' => PermissionCategory::PROFILE, - ], - ], - ], '^.*/admin/module/settings/profile/create.*$' => [ [ 'dest' => '\Modules\Profile\Controller\BackendController:viewProfileAdminCreate',