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.
1 parent b6fbe13 commit 9f706e4Copy full SHA for 9f706e4
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