Skip to content

Overnight Patch

Compare
Choose a tag to compare
@Mulkave Mulkave released this 10 Jun 23:53
· 101 commits to master since this release
  • Add whereHas() support to BelongsTo relationship by implementing the required methods and adding them to the RelationInterface to be enforced
  • Fix an issue where querying multiple relations with multiple whereHas statements would consider the query the parent model instead of the related after the first whereHas call