Skip to content

Commit 908ee92

Browse files
committed
Merge pull request apex-enterprise-patterns#91 from tmowbrey/patch-3
Update RecordType.sObjectType.getDescribe().getName()
2 parents 7ce5e0e + 3c92616 commit 908ee92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fflib/src/classes/fflib_SObjectSelector.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public abstract with sharing class fflib_SObjectSelector
3737
, ApexClass.SObjectType.getDescribe().getName()
3838
, ApexTrigger.SObjectType.getDescribe().getName()
3939
, Attachment.SObjectType.getDescribe().getName()
40-
, RecordType.SObjectType.getDescribe().getName()
40+
, RecordType.getSObjectType().getDescribe().getName()
4141
};
4242

4343
/**

0 commit comments

Comments
 (0)