Skip to content

Commit 2541922

Browse files
authored
Added System namespace for Security class (#198)
Signed-off-by: kaboomkazoom <[email protected]>
1 parent a035f5a commit 2541922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

force-app/main/default/classes/main/cached-soql/SOQLCache.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ public virtual inherited sharing class SOQLCache implements Cacheable {
745745
return records;
746746
}
747747

748-
return Security.stripInaccessible(this.accessType, records).getRecords();
748+
return System.Security.stripInaccessible(this.accessType, records).getRecords();
749749
}
750750

751751
private List<SObject> getMockedList() {

0 commit comments

Comments
 (0)