withSoftDeletes method

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

Implementation

@override
QueryBuilder withSoftDeletes([String column = 'deleted_at']) =>
    whereNull(column);