We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a035f5a commit 2541922Copy full SHA for 2541922
force-app/main/default/classes/main/cached-soql/SOQLCache.cls
@@ -745,7 +745,7 @@ public virtual inherited sharing class SOQLCache implements Cacheable {
745
return records;
746
}
747
748
- return Security.stripInaccessible(this.accessType, records).getRecords();
+ return System.Security.stripInaccessible(this.accessType, records).getRecords();
749
750
751
private List<SObject> getMockedList() {
0 commit comments