SoftDeletingTrait
trait SoftDeletingTrait (View source)
Methods
static void bootSoftDeletingTrait() Boot the soft deleting trait for a model. void forceDelete() Force a hard delete on a soft deleted model. bool|null restore() Restore a soft-deleted model instance. bool trashed() Determine if the model instance has been soft-deleted. static Builder|SoftDeletingTrait withTrashed() Get a new query builder that includes soft deletes. static Builder|SoftDeletingTrait o