doesntHave abstract method

QueryBuilderInterface<T> doesntHave(
  1. String relation
)

Query without any of the relationship

Implementation

QueryBuilderInterface<T> doesntHave(String relation);