From e65f9139c675e954fdae06964c636cd2025bdde6 Mon Sep 17 00:00:00 2001 From: daveerickson <335070+daveerickson@users.noreply.github.com> Date: Tue, 18 Nov 2025 07:55:25 -0600 Subject: [PATCH] Change CustomMetadataModule to inherited sharing class --- force-di/main/classes/di_Injector.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/force-di/main/classes/di_Injector.cls b/force-di/main/classes/di_Injector.cls index 2dca8dc..99b1572 100644 --- a/force-di/main/classes/di_Injector.cls +++ b/force-di/main/classes/di_Injector.cls @@ -136,7 +136,7 @@ public class di_Injector { * A Module that loads bindings configured via the Binding__mdt object **/ @testVisible - private class CustomMetadataModule extends di_Module { + private inherited sharing class CustomMetadataModule extends di_Module { private string bindingObjectApiName = null; // Method to convert a metadata into a wrapper class,