['can_view_api_docs' => false]]; } try { $authService = $container->get(AuthorizationService::class); $canViewApiDocs = $authService->authorize('api_docs.view', [ 'actor_user_id' => $userId, ])->isAllowed(); } catch (\Throwable) { $canViewApiDocs = false; } return ['help-center.nav' => ['can_view_api_docs' => $canViewApiDocs]]; } }