Example #1
0
 public function apply(Builder $builder, Model $model)
 {
     $builder->whereNull($model->getQualifiedArchivedAtColumn());
 }