Merge pull request #160 from samrayner/patch-1

Correct wording around soft deletion
This commit is contained in:
Tanner 2017-05-22 14:13:11 +01:00 committed by GitHub
commit cface21a03
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ extension User: SoftDeletable {
### Including Deleted
When a model is soft deleted, it will be affected by any queries made with the Fluent query builder.
When a model is soft deleted, it will not be affected by any queries made with the Fluent query builder.
To include soft deleted models, for instance if you want to restore them, use the `.withSoftDeleted()` method
on the query builder.