You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
There is currently no way to retrieve all models including the soft-deleted models according to the SoftDeletes trait.
Describe the solution you'd like withTrashed: Boolean argument on Collection to include soft-deleted models.
There should also be a way to authorize or scope who can view soft-deleted models.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
There is currently no way to retrieve all models including the soft-deleted models according to the
SoftDeletes
trait.Describe the solution you'd like
withTrashed: Boolean
argument onCollection
to include soft-deleted models.There should also be a way to authorize or scope who can view soft-deleted models.
The text was updated successfully, but these errors were encountered: