wherePast abstract method

QueryBuilderInterface<T> wherePast(
  1. String column
)

WHERE column is in the past

Implementation

QueryBuilderInterface<T> wherePast(String column);