Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
*Fix ORM getter/setter generation error
Getter/Setters were being generated as `setFieldName-($value)`. The hypen (-) after the field name causes the scripts to fail
- Loading branch information