Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explorer.js - Slightly nicer variable name
Ex: Create a custom group `Education`. It has entity name `Custom_Education`. Before: Suggested variable is `$custom_Education = \Civi\Api4\Custom::get('Education')` After: Suggested variable is `$customEducation = \Civi\Api4\Custom::get('Education')`
- Loading branch information