Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@shinchit
Created September 2, 2019 23:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shinchit/b39825aaf7bbb5a1bd9583e7782f542b to your computer and use it in GitHub Desktop.
Save shinchit/b39825aaf7bbb5a1bd9583e7782f542b to your computer and use it in GitHub Desktop.
public with sharing class SubClass extends SuperClass {
@AuraEnabled
public static List<Accounts> getAccounts() {
return SuperClass.getAccounts();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment