Hydrahon v1.1.12
- Fixed an error where table aliases where not being set.
- Fixed identifier escaping, thanks @lucasnodari
- Added
whereNotIn
helper, thanks @AeonFr :
$people->select()->whereNotIn('city', ['Zürich', 'Bern', 'Basel'])->get();
- Fixed travis build