v0.6.3
- Fixed an issue where
parseSinglewas not working with non-numeric primary keys. - The primary key column is now detected using the eloquent model if available, falls back to
idif not.
parseSingle was not working with non-numeric primary keys.id if not.