We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d43a1 commit ca22553Copy full SHA for ca22553
fflib/src/classes/fflib_SObjectDomain.cls
@@ -56,11 +56,6 @@ public virtual with sharing class fflib_SObjectDomain
56
**/
57
public Configuration Configuration {get; private set;}
58
59
- /**
60
- * Exposes the configuration for this domain class instance
61
- **/
62
- public TriggerEvent TriggerEvent {get; private set;}
63
-
64
/**
65
* Useful during unit testign to assert at a more granular and robust level for errors raised during the various trigger events
66
0 commit comments