We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75e8fb4 + a969bd7 commit 7da892bCopy full SHA for 7da892b
fflib/src/classes/fflib_SObjectDomain.cls
@@ -216,7 +216,7 @@ public virtual with sharing class fflib_SObjectDomain
216
*
217
* @throws DomainException if the current user context is not able to delete records
218
**/
219
- public void handleAfterUndelete()
+ public virtual void handleAfterUndelete()
220
{
221
if(Configuration.EnforcingTriggerCRUDSecurity && !SObjectDescribe.isCreateable())
222
throw new DomainException('Permission to create an ' + SObjectDescribe.getName() + ' denied.');
0 commit comments