withoutDeleted method
---------- WITHOUT DELETED SCOPE ----------
Implementation
Query<T> withoutDeleted() {
base.addWhere('${model.table}.deleted_at IS NULL');
return this;
}
---------- WITHOUT DELETED SCOPE ----------
Query<T> withoutDeleted() {
base.addWhere('${model.table}.deleted_at IS NULL');
return this;
}