orWhereHas()

Add a "or where has" clause to the query.


Usage

Same as whereHas usage just with "or" condition

Typescript Declarations

function orWhereHas(    relation: string,     callback: EagerLoadConstraint = () => {},     operator?: string | number,     count?: number): Query