Included trashed records (#3200)
This commit is contained in:
parent
a573558bdd
commit
c1c016a5b2
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ abstract class QueryFilters
|
|||
}
|
||||
}
|
||||
|
||||
return $this->builder;
|
||||
return $this->builder->withTrashed();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue