withSoftDeletes abstract method

QueryBuilder withSoftDeletes([
  1. String column = 'deleted_at'
])

Implementation

QueryBuilder withSoftDeletes([String column = 'deleted_at']);