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