Fixed
- Model scopes returns the builder, if return type is
void
(#450) - Fix return type of calling query builder methods on custom builders (#453)
- Fix return type of
all
on model. Thanks @BertvanHoekelen (#454) - Any query builder method should return the generic query builder (#457)
- Don't throw exception when unknown column type is encountered while scanning the migrations (#451)