diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php index 60896a5..3001dbc 100755 --- a/Admin/Routes/Web/Backend.php +++ b/Admin/Routes/Web/Backend.php @@ -21,7 +21,7 @@ return [ [ 'dest' => '\Modules\Navigation\Controller\BackendController:viewModuleNavElementSettings', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ, @@ -33,7 +33,7 @@ return [ [ 'dest' => '\Modules\Navigation\Controller\BackendController:viewModuleNavigationList', 'verb' => RouteVerb::GET, - 'active' => true, + 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ,