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.
2 parents b6fbe13 + 9f706e4 commit 467a5afCopy full SHA for 467a5af
fflib-sample-code/src/classes/Accounts.cls
@@ -27,7 +27,7 @@
27
public with sharing class Accounts extends fflib_SObjectDomain
28
implements IAccounts
29
{
30
- public static IAccounts newInstance(List<Opportunity> sObjectList)
+ public static IAccounts newInstance(List<Account> sObjectList)
31
32
return (IAccounts) Application.Domain.newInstance(sObjectList);
33
}
0 commit comments