orWhereHas()
Usage
Same as whereHas usage just with "or" condition
Typescript Declarations
function orWhereHas(
relation: string,
callback: EagerLoadConstraint = () => {},
operator?: string | number,
count?: number
): Query
Table of Contents